Home
last modified time | relevance | path

Searched defs:block (Results 1 – 25 of 690) sorted by relevance

12345678910>>...28

/netbsd-src/external/mit/isl/dist/
H A Disl_blk.c18 struct isl_blk block; in isl_blk_empty() local
24 static int isl_blk_is_empty(struct isl_blk block) in isl_blk_is_empty()
31 struct isl_blk block; in isl_blk_error() local
37 int isl_blk_is_error(struct isl_blk block) in isl_blk_is_error()
42 static void isl_blk_free_force(struct isl_ctx *ctx, struct isl_blk block) in isl_blk_free_force()
51 static struct isl_blk extend(struct isl_ctx *ctx, struct isl_blk block, in extend()
77 struct isl_blk block; in isl_blk_alloc() local
107 struct isl_blk isl_blk_extend(struct isl_ctx *ctx, struct isl_blk block, in isl_blk_extend()
116 void isl_blk_free(struct isl_ctx *ctx, struct isl_blk block) in isl_blk_free()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_buddy.c59 struct i915_buddy_block *block; in i915_block_alloc() local
72 static void i915_block_free(struct i915_buddy_block *block) in i915_block_free()
77 static void mark_allocated(struct i915_buddy_block *block) in mark_allocated()
86 struct i915_buddy_block *block) in mark_free()
95 static void mark_split(struct i915_buddy_block *block) in mark_split()
198 struct i915_buddy_block *block) in split_block()
226 get_buddy(struct i915_buddy_block *block) in get_buddy()
241 struct i915_buddy_block *block) in __i915_buddy_free()
265 struct i915_buddy_block *block) in i915_buddy_free()
273 struct i915_buddy_block *block, *on; in i915_buddy_free_list() local
[all …]
H A Di915_buddy.h73 i915_buddy_block_offset(struct i915_buddy_block *block) in i915_buddy_block_offset()
79 i915_buddy_block_order(struct i915_buddy_block *block) in i915_buddy_block_order()
85 i915_buddy_block_state(struct i915_buddy_block *block) in i915_buddy_block_state()
91 i915_buddy_block_is_allocated(struct i915_buddy_block *block) in i915_buddy_block_is_allocated()
97 i915_buddy_block_is_free(struct i915_buddy_block *block) in i915_buddy_block_is_free()
103 i915_buddy_block_is_split(struct i915_buddy_block *block) in i915_buddy_block_is_split()
110 struct i915_buddy_block *block) in i915_buddy_block_size()
/netbsd-src/sys/dev/hdaudio/
H A Deldreg.h53 #define ELD_VER(block) (((block)->header.flags >> 3) & 0x1f) argument
56 #define ELD_CEA_EDID_VER(block) (((block)->flags[0] >> 5) & 0x07) argument
61 #define ELD_MNL(block) (((block)->flags[0] >> 0) & 0x1f) argument
62 #define ELD_SAD_COUNT(block) (((block)->flags[1] >> 4) & 0x0f) argument
63 #define ELD_CONN_TYPE(block) (((block)->flags[1] >> 2) & 0x03) argument
65 #define ELD_S_AI(block) (((block)->flags[1] >> 1) & 0x01) argument
66 #define ELD_HDCP(block) (((block)->flags[1] >> 0) & 0x01) argument
67 #define ELD_AUDIO_DELAY(block) ((block)->flags[2]) argument
71 #define ELD_SPEAKER(block) ((block)->flags[3]) argument
/netbsd-src/external/mit/lua/dist/src/
H A Dlmem.c51 #define callfrealloc(g,block,os,ns) ((*g->frealloc)(g->ud, block, os, ns)) argument
73 static void *firsttry (global_State *g, void *block, size_t os, size_t ns) { in firsttry()
80 #define firsttry(g,block,os,ns) callfrealloc(g, block, os, ns) argument
101 void *luaM_growaux_ (lua_State *L, void *block, int nelems, int *psize, in luaM_growaux_()
132 void *luaM_shrinkvector_ (lua_State *L, void *block, int *size, in luaM_shrinkvector_()
154 void luaM_free_ (lua_State *L, void *block, size_t osize) { in luaM_free_()
166 static void *tryagain (lua_State *L, void *block, in tryagain()
180 void *luaM_realloc_ (lua_State *L, void *block, size_t osize, size_t nsize) { in luaM_realloc_()
196 void *luaM_saferealloc_ (lua_State *L, void *block, size_t osize, in luaM_saferealloc_()
/netbsd-src/usr.sbin/wsmoused/
H A Dwsmoused.h80 struct block { struct
86 struct block *b_child[MAX_BLOCKS]; argument
87 struct block *b_parent; argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_buddy.c19 struct i915_buddy_block *block, in __igt_dump_block()
33 struct i915_buddy_block *block) in igt_dump_block()
45 struct i915_buddy_block *block) in igt_check_block()
123 struct i915_buddy_block *block; in igt_check_blocks() local
208 struct i915_buddy_block *block; in igt_check_mm() local
322 struct i915_buddy_block *block; in igt_buddy_alloc_smoke() local
398 struct i915_buddy_block *block, *bn; in igt_buddy_alloc_pessimistic() local
490 struct i915_buddy_block *block; in igt_buddy_alloc_optimistic() local
540 struct i915_buddy_block *block; in igt_buddy_alloc_pathological() local
651 struct i915_buddy_block *block; in igt_buddy_alloc_range() local
/netbsd-src/bin/ksh/
H A Dtable.h108 struct block { struct
123 struct block *next; /* enclosing block */ argument
/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/
H A Dblock_util.c18 lzma_block_compressed_size(lzma_block *block, lzma_vli unpadded_size) in lzma_block_compressed_size()
46 lzma_block_unpadded_size(const lzma_block *block) in lzma_block_unpadded_size()
82 lzma_block_total_size(const lzma_block *block) in lzma_block_total_size()
H A Dblock_buffer_encoder.c89 block_encode_uncompressed(lzma_block *block, const uint8_t *in, size_t in_size, in block_encode_uncompressed()
167 block_encode_normal(lzma_block *block, const lzma_allocator *allocator, in block_encode_normal()
224 block_buffer_encode(lzma_block *block, const lzma_allocator *allocator, in block_buffer_encode()
319 lzma_block_buffer_encode(lzma_block *block, const lzma_allocator *allocator, in lzma_block_buffer_encode()
329 lzma_block_uncomp_encode(lzma_block *block, in lzma_block_uncomp_encode()
/netbsd-src/sys/fs/sysvbfs/
H A Dbfs_sysvbfs.c86 bc_read_n(void *self, uint8_t *buf, daddr_t block, int count) in bc_read_n()
101 bc_read(void *self, uint8_t *buf, daddr_t block) in bc_read()
122 bc_write_n(void *self, uint8_t *buf, daddr_t block, int count) in bc_write_n()
137 bc_write(void *self, uint8_t *buf, daddr_t block) in bc_write()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.cc228 gfc_start_block (stmtblock_t * block) in gfc_start_block()
242 gfc_init_block (stmtblock_t * block) in gfc_init_block()
254 gfc_merge_block_scope (stmtblock_t * block) in gfc_merge_block_scope()
285 tree block; in gfc_finish_block() local
546 stmtblock_t block; in trans_runtime_error_vararg() local
634 stmtblock_t block; in gfc_trans_runtime_check() local
709 gfc_call_malloc (stmtblock_t * block, tree type, tree size) in gfc_call_malloc()
782 gfc_allocate_using_malloc (stmtblock_t * block, tree pointer, in gfc_allocate_using_malloc()
846 gfc_allocate_using_caf_lib (stmtblock_t * block, tree pointer, tree size, in gfc_allocate_using_caf_lib()
911 gfc_allocate_allocatable (stmtblock_t * block, tree mem, tree size, in gfc_allocate_allocatable()
[all …]
H A Dtrans-openmp.cc493 stmtblock_t block, tmpblock; in gfc_walk_alloc_comps() local
677 stmtblock_t block, cond_block; in gfc_omp_clause_default_ctor() local
806 stmtblock_t block, cond_block; in gfc_omp_clause_copy_ctor() local
993 stmtblock_t block, cond_block, cond_block2, inner_block; in gfc_omp_clause_assign_op() local
1180 gfc_omp_linear_clause_add_loop (stmtblock_t *block, tree dest, tree src, in gfc_omp_linear_clause_add_loop()
1227 stmtblock_t block; in gfc_omp_clause_linear_ctor() local
1348 stmtblock_t block, cond_block; in gfc_omp_clause_dtor() local
1411 stmtblock_t block; in gfc_omp_clause_dtor() local
1439 gfc_build_cond_assign (stmtblock_t *block, tree val, tree cond_val, in gfc_build_cond_assign()
1464 gfc_build_cond_assign_expr (stmtblock_t *block, tree cond_val, in gfc_build_cond_assign_expr()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.c184 gfc_start_block (stmtblock_t * block) in gfc_start_block()
198 gfc_init_block (stmtblock_t * block) in gfc_init_block()
210 gfc_merge_block_scope (stmtblock_t * block) in gfc_merge_block_scope()
241 tree block; in gfc_finish_block() local
472 stmtblock_t block; in trans_runtime_error_vararg() local
560 stmtblock_t block; in gfc_trans_runtime_check() local
636 gfc_call_malloc (stmtblock_t * block, tree type, tree size) in gfc_call_malloc()
709 gfc_allocate_using_malloc (stmtblock_t * block, tree pointer, in gfc_allocate_using_malloc()
773 gfc_allocate_using_caf_lib (stmtblock_t * block, tree pointer, tree size, in gfc_allocate_using_caf_lib()
838 gfc_allocate_allocatable (stmtblock_t * block, tree mem, tree size, in gfc_allocate_allocatable()
[all …]
H A Dtrans-openmp.c404 stmtblock_t block, tmpblock; in gfc_walk_alloc_comps() local
588 stmtblock_t block, cond_block; in gfc_omp_clause_default_ctor() local
701 stmtblock_t block, cond_block; in gfc_omp_clause_copy_ctor() local
808 stmtblock_t block, cond_block, cond_block2, inner_block; in gfc_omp_clause_assign_op() local
995 gfc_omp_linear_clause_add_loop (stmtblock_t *block, tree dest, tree src, in gfc_omp_linear_clause_add_loop()
1042 stmtblock_t block; in gfc_omp_clause_linear_ctor() local
1170 stmtblock_t block; in gfc_omp_clause_dtor() local
1198 gfc_build_cond_assign (stmtblock_t *block, tree val, tree cond_val, in gfc_build_cond_assign()
1223 gfc_build_cond_assign_expr (stmtblock_t *block, tree cond_val, in gfc_build_cond_assign_expr()
1289 stmtblock_t block; in gfc_omp_finish_clause() local
[all …]
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Doom.h38 register_oom_notifier(struct notifier_block *block) in register_oom_notifier()
44 unregister_oom_notifier(struct notifier_block *block) in unregister_oom_notifier()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_sync_test.cc22 u64 block[1] = {}; // fake malloc block in TEST() local
37 u64 block[4] = {}; // fake malloc block in TEST() local
54 u64 block[4] = {}; // fake malloc block in TEST() local
114 u64 block[1] = {}; // fake malloc block in TEST() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/modes/
H A Dwrap128.c51 block128_f block) in CRYPTO_128_wrap()
102 block128_f block) in crypto_128_unwrap_raw()
152 size_t inlen, block128_f block) in CRYPTO_128_unwrap()
186 block128_f block) in CRYPTO_128_wrap_pad()
254 block128_f block) in CRYPTO_128_unwrap_pad()
H A Dcfb128.c28 int enc, block128_f block) in CRYPTO_cfb128_encrypt()
148 block128_f block) in cfbr_encrypt_block()
184 int enc, block128_f block) in CRYPTO_cfb128_1_encrypt()
200 int enc, block128_f block) in CRYPTO_cfb128_8_encrypt()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dwrap128.c51 block128_f block) in CRYPTO_128_wrap()
102 block128_f block) in crypto_128_unwrap_raw()
152 size_t inlen, block128_f block) in CRYPTO_128_unwrap()
186 block128_f block) in CRYPTO_128_wrap_pad()
254 block128_f block) in CRYPTO_128_unwrap_pad()
H A Dcfb128.c28 int enc, block128_f block) in CRYPTO_cfb128_encrypt()
153 block128_f block) in cfbr_encrypt_block()
189 int enc, block128_f block) in CRYPTO_cfb128_1_encrypt()
205 int enc, block128_f block) in CRYPTO_cfb128_8_encrypt()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dmutexblock.c22 isc_mutexblock_init(isc_mutex_t *block, unsigned int count) { in isc_mutexblock_init() argument
31 isc_mutexblock_destroy(isc_mutex_t *block, unsigned int count) { in isc_mutexblock_destroy() argument
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dmutexblock.c22 isc_mutexblock_init(isc_mutex_t *block, unsigned int count) { in isc_mutexblock_init()
31 isc_mutexblock_destroy(isc_mutex_t *block, unsigned int count) { in isc_mutexblock_destroy()
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dtestutils.c43 block_init (size_t *block, size_t size) in block_init()
59 size_t *block = (size_t *) p - 1; in block_check() local
74 size_t *block = (size_t *) malloc (sizeof(size_t) + size + sizeof(block_end)); in tu_alloc() local
87 size_t *block = block_check (p); in tu_realloc() local
/netbsd-src/sys/fs/v7fs/
H A Dv7fs_io_kern.c150 v7fs_os_read_n(void *self, uint8_t *buf, daddr_t block, int count) in v7fs_os_read_n()
165 v7fs_os_read(void *self, uint8_t *buf, daddr_t block) in v7fs_os_read()
185 v7fs_os_write_n(void *self, uint8_t *buf, daddr_t block, int count) in v7fs_os_write_n()
200 v7fs_os_write(void *self, uint8_t *buf, daddr_t block) in v7fs_os_write()

12345678910>>...28