Home
last modified time | relevance | path

Searched refs:used (Results 26 - 50 of 869) sorted by relevance

12345678910>>...35

/third_party/lwip/src/netif/
H A Dbridgeif_fdb.c18 * 3. The name of the author may not be used to endorse or promote products
55 u8_t used; member
84 if (e->used && e->ts) { in bridgeif_fdb_update_src()
101 if (!e->used || !e->ts) { in bridgeif_fdb_update_src()
104 if (!e->used || !e->ts) { in bridgeif_fdb_update_src()
111 e->used = 1; in bridgeif_fdb_update_src()
136 if (e->used && e->ts) { in bridgeif_fdb_get_dst_ports()
164 if (e->used && e->ts) { in bridgeif_fdb_age_one_second()
167 if (e->used && e->ts) { in bridgeif_fdb_age_one_second()
169 e->used in bridgeif_fdb_age_one_second()
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dinftrees.c24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
99 The length counts are used for other purposes as well, i.e. finding
151 filled is at next and has curr index bits. The code being used is huff
165 counts are used for this, and so count[] is decremented as codes are
168 used keeps track of how many table entries have been allocated from the
183 base = extra = work; /* dummy value--not used */
205 used = 1U << root; /* use root table entries */
206 mask = used
[all...]
/third_party/zlib/contrib/infback9/
H A Dinftree9.c24 lens shorts, which is used as a work area. type is the type of code
42 unsigned used; /* code entries in table used */ in inflate_table9() local
96 The length counts are used for other purposes as well, i.e. finding in inflate_table9()
140 filled is at next and has curr index bits. The code being used is huff in inflate_table9()
154 counts are used for this, and so count[] is decremented as codes are in inflate_table9()
157 used keeps track of how many table entries have been allocated from the in inflate_table9()
172 base = extra = work; /* dummy value--not used */ in inflate_table9()
196 used = 1U << root; /* use root table entries */ in inflate_table9()
197 mask = used in inflate_table9()
[all...]
/third_party/zlib/
H A Dinftrees.c24 lens shorts, which is used as a work area. type is the type of code
42 unsigned used; /* code entries in table used */ in inflate_table() local
94 The length counts are used for other purposes as well, i.e. finding in inflate_table()
146 filled is at next and has curr index bits. The code being used is huff in inflate_table()
160 counts are used for this, and so count[] is decremented as codes are in inflate_table()
163 used keeps track of how many table entries have been allocated from the in inflate_table()
178 base = extra = work; /* dummy value--not used */ in inflate_table()
200 used = 1U << root; /* use root table entries */ in inflate_table()
201 mask = used in inflate_table()
[all...]
/third_party/libunwind/libunwind/tests/
H A Dtest-coredump-unwind.c94 int prefix_len, strerr_len, msgeol_len, used; in verror_msg_helper() local
99 used = vasprintf(&msg, s, p); in verror_msg_helper()
100 if (used < 0) in verror_msg_helper()
112 char *msg1 = (char*) realloc(msg, prefix_len + used + strerr_len + msgeol_len + 3); in verror_msg_helper()
123 memmove(msg + prefix_len, msg, used); in verror_msg_helper()
124 used += prefix_len; in verror_msg_helper()
133 msg[used++] = ':'; in verror_msg_helper()
134 msg[used++] = ' '; in verror_msg_helper()
136 strcpy(&msg[used], strerr); in verror_msg_helper()
137 used in verror_msg_helper()
[all...]
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_allocator.cpp51 chunk->used = false; in SetRamAddr()
56 end_->used = true; in SetRamAddr()
89 if (chunk->used) { in Allocate()
100 chunk2->used = false; in Allocate()
104 chunk->used = true; in Allocate()
111 chunk->used = true; in Allocate()
117 while (cur->used && (cur != end_)) { in Allocate()
138 if (((nextChunk != chunk) && !(nextChunk->used)) && (nextChunk != end_)) { in CombineFree()
147 if ((prevChunk != chunk) && !(prevChunk->used)) { in CombineFree()
170 chunk->used in Free()
[all...]
/third_party/gn/src/gn/
H A Dninja_target_writer.cc210 if (bits.used.count(&SubstitutionLabel)) { in WriteSharedVars()
216 if (bits.used.count(&SubstitutionLabelName)) { in WriteSharedVars()
222 if (bits.used.count(&SubstitutionLabelNoToolchain)) { in WriteSharedVars()
228 if (bits.used.count(&SubstitutionRootGenDir)) { in WriteSharedVars()
234 if (bits.used.count(&SubstitutionRootOutDir)) { in WriteSharedVars()
240 if (bits.used.count(&SubstitutionTargetGenDir)) { in WriteSharedVars()
246 if (bits.used.count(&SubstitutionTargetOutDir)) { in WriteSharedVars()
252 if (bits.used.count(&SubstitutionTargetOutputName)) { in WriteSharedVars()
267 if (bits.used.count(&CSubstitutionDefines)) { in WriteCCompilerVars()
278 if (bits.used in WriteCCompilerVars()
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_rename_regs.c53 unsigned char * used; in rc_rename_regs() local
66 used = memory_pool_malloc(&c->Pool, sizeof(unsigned char) * used_length); in rc_rename_regs()
67 memset(used, 0, sizeof(unsigned char) * used_length); in rc_rename_regs()
69 rc_get_used_temporaries(c, used, used_length); in rc_rename_regs()
81 new_index = rc_find_free_temporary_list(c, used, used_length, in rc_rename_regs()
/third_party/ffmpeg/libavfilter/
H A Dvf_shufflepixels.c51 uint8_t *used; member
75 uint8_t *used = s->used; in make_horizontal_map() local
81 if (used[rand] == 0) { in make_horizontal_map()
91 used[rand] = 1; in make_horizontal_map()
113 uint8_t *used = s->used; in make_vertical_map() local
119 if (used[rand] == 0) { in make_vertical_map()
129 used[rand] = 1; in make_vertical_map()
152 uint8_t *used in make_block_map() local
[all...]
H A Daf_axcorrelate.c44 int used; member
114 int used; \
123 used = s->used; \
124 if (!used) { \
127 used = 1; \
144 return used; \
156 int used; \
166 used = s->used; \
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_dead_code_local.cpp30 * they're used before the variable is completely reassigned.
63 /* bitmask of xyzw channels written that haven't been used so far. */
76 void use_channels(ir_variable *const var, int used) in use_channels() argument
82 printf("used %s (0x%01x - 0x%01x)\n", entry->lhs->name, in use_channels()
83 entry->unused, used & 0xf); in use_channels()
84 entry->unused &= ~used; in use_channels()
89 printf("used %s\n", entry->lhs->name); in use_channels()
109 int used = 0; in visit() local
110 used |= 1 << ir->mask.x; in visit()
112 used | in visit()
[all...]
H A Dopt_dead_functions.cpp43 this->used = false; in signature_entry()
47 bool used; member in __anon7208::signature_entry
94 entry->used = true; in visit_enter()
108 entry->used = true; in visit_enter()
121 /* Now that we've figured out which function signatures are used, remove in do_dead_functions()
126 if (!entry->used) { in do_dead_functions()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h88 unsigned used; member
105 * This stores bulk data which is used for all memory allocations
177 /** Total memory used by the scene (in bytes). This sums all the
248 size, block->used, (unsigned)DATA_BLOCK_SIZE, in lp_scene_alloc()
251 if (block->used + size > DATA_BLOCK_SIZE) { in lp_scene_alloc()
260 ubyte *data = block->data + block->used; in lp_scene_alloc()
261 block->used += size; in lp_scene_alloc()
282 block->used, (unsigned)DATA_BLOCK_SIZE, in lp_scene_alloc_aligned()
285 if (block->used + size + alignment - 1 > DATA_BLOCK_SIZE) { in lp_scene_alloc_aligned()
292 ubyte *data = block->data + block->used; in lp_scene_alloc_aligned()
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dinftrees.c24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
99 The length counts are used for other purposes as well, i.e. finding
151 filled is at next and has curr index bits. The code being used is huff
165 counts are used for this, and so count[] is decremented as codes are
168 used keeps track of how many table entries have been allocated from the
183 base = extra = work; /* dummy value--not used */
205 used = 1U << root; /* use root table entries */
206 mask = used
[all...]
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/yes-circular-import/
H A Dexports-with-incremental.js91 /a/lib/lib.d.ts (used version)
92 /user/username/projects/myproject/lib1/tools/tools.interface.ts (used version)
93 /user/username/projects/myproject/lib1/tools/public.ts (used version)
94 /user/username/projects/myproject/lib1/public.ts (used version)
95 /user/username/projects/myproject/lib2/data2.ts (used version)
96 /user/username/projects/myproject/lib2/data.ts (used version)
97 /user/username/projects/myproject/lib2/public.ts (used version)
98 /user/username/projects/myproject/app.ts (used version)
411 /user/username/projects/myproject/lib1/tools/public.ts (used version)
412 /user/username/projects/myproject/lib1/public.ts (used versio
[all...]
H A Dexports.js91 /a/lib/lib.d.ts (used version)
92 /user/username/projects/myproject/lib1/tools/tools.interface.ts (used version)
93 /user/username/projects/myproject/lib1/tools/public.ts (used version)
94 /user/username/projects/myproject/lib1/public.ts (used version)
95 /user/username/projects/myproject/lib2/data2.ts (used version)
96 /user/username/projects/myproject/lib2/data.ts (used version)
97 /user/username/projects/myproject/lib2/public.ts (used version)
98 /user/username/projects/myproject/app.ts (used version)
285 /user/username/projects/myproject/lib1/tools/public.ts (used version)
286 /user/username/projects/myproject/lib1/public.ts (used versio
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_util.c90 pool->used = 0; in vn_renderer_shmem_pool_grow()
101 if (unlikely(size > pool->size - pool->used)) { in vn_renderer_shmem_pool_alloc()
105 assert(size <= pool->size - pool->used); in vn_renderer_shmem_pool_alloc()
110 *out_offset = pool->used; in vn_renderer_shmem_pool_alloc()
111 pool->used += size; in vn_renderer_shmem_pool_alloc()
/third_party/ltp/testcases/commands/df/
H A Ddf01.sh79 local used=$((total-free))
83 local used=$((total-free))
86 used=$((($used * $bsize + 512) / 1024))
89 grep $TST_DEVICE output | grep -q "${total}.*${used}"
91 echo "total: ${total}, used: ${used}"
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader_args.c483 if (args->descriptor_sets[i].used) in set_global_input_locs()
490 if (args->ac.push_constants.used) { in set_global_input_locs()
499 if (args->streamout_buffers.used) { in set_global_input_locs()
509 if (args->prolog_inputs.used) in set_vs_specific_input_locs()
514 if (args->ac.vertex_buffers.used) { in set_vs_specific_input_locs()
518 unsigned vs_num = args->ac.base_vertex.used + args->ac.draw_id.used + in set_vs_specific_input_locs()
519 args->ac.start_instance.used; in set_vs_specific_input_locs()
528 args->ac.base_vertex.used + 3 * args->ac.num_work_groups.used in set_ms_input_locs()
[all...]
/third_party/python/Objects/
H A Dsetobject.c7 The basic lookup function used by all operations.
38 /* Object used as dummy key to fill deleted entries */
165 so->used++; in set_add_entry()
172 so->used++; in set_add_entry()
177 return set_table_resize(so, so->used>50000 ? so->used*2 : so->used*4); in set_add_entry()
189 Internal routine used by set_table_resize() to insert an item which is
194 the setobject's fill and used fields.
258 if (so->fill == so->used) { in set_table_resize()
402 Py_ssize_t used = so->used; set_clear_internal() local
486 Py_ssize_t used = so->used; set_dealloc() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DnoUnusedLocals_writeOnly.js12 let used = 1;
13 ({ x = used } = { x: b ? 1 : undefined });
40 var used = 1; variable
41 (_b = { x: b ? 1 : undefined }.x, x = _b === void 0 ? used : _b);
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/transitive-exports/no-circular-import/
H A Dexport-with-incremental.js83 /a/lib/lib.d.ts (used version)
84 /user/username/projects/myproject/lib1/tools/tools.interface.ts (used version)
85 /user/username/projects/myproject/lib1/tools/public.ts (used version)
86 /user/username/projects/myproject/lib1/public.ts (used version)
87 /user/username/projects/myproject/lib2/data.ts (used version)
88 /user/username/projects/myproject/lib2/public.ts (used version)
89 /user/username/projects/myproject/app.ts (used version)
371 /user/username/projects/myproject/lib1/tools/public.ts (used version)
372 /user/username/projects/myproject/lib1/public.ts (used version)
373 /user/username/projects/myproject/lib2/data.ts (used versio
[all...]
H A Dexport.js83 /a/lib/lib.d.ts (used version)
84 /user/username/projects/myproject/lib1/tools/tools.interface.ts (used version)
85 /user/username/projects/myproject/lib1/tools/public.ts (used version)
86 /user/username/projects/myproject/lib1/public.ts (used version)
87 /user/username/projects/myproject/lib2/data.ts (used version)
88 /user/username/projects/myproject/lib2/public.ts (used version)
89 /user/username/projects/myproject/app.ts (used version)
260 /user/username/projects/myproject/lib1/tools/public.ts (used version)
261 /user/username/projects/myproject/lib1/public.ts (used version)
262 /user/username/projects/myproject/lib2/data.ts (used versio
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dmd5.c221 unsigned long used, available; in MD5_Update() local
228 used = saved_lo & 0x3f; in MD5_Update()
230 if (used) { in MD5_Update()
231 available = 64 - used; in MD5_Update()
234 memcpy(&ctx->buffer[used], data, size); in MD5_Update()
238 memcpy(&ctx->buffer[used], data, available); in MD5_Update()
260 unsigned long used, available; in MD5_Final() local
262 used = ctx->lo & 0x3f; in MD5_Final()
264 ctx->buffer[used++] = 0x80; in MD5_Final()
266 available = 64 - used; in MD5_Final()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DMD5.cpp191 unsigned long used, free; in update() local
200 used = saved_lo & 0x3f; in update()
202 if (used) { in update()
203 free = 64 - used; in update()
206 memcpy(&buffer[used], Ptr, Size); in update()
210 memcpy(&buffer[used], Ptr, free); in update()
235 unsigned long used, free; in final() local
237 used = lo & 0x3f; in final()
239 buffer[used++] = 0x80; in final()
241 free = 64 - used; in final()
[all...]

Completed in 23 milliseconds

12345678910>>...35