Home
last modified time | relevance | path

Searched refs:chosen (Results 1 – 25 of 197) sorted by relevance

12345678

/external/avahi/avahi-core/
Dprobe-sched.c43 int chosen; /* Use for packet assembling */ member
74 pj->chosen = 0; in job_new()
174 assert(!pj->chosen); in packet_add_probe_query()
193 pj->chosen = 1; in packet_add_probe_query()
197 if (pj->chosen) in packet_add_probe_query()
209 pj->chosen = 1; in packet_add_probe_query()
278 if (pj->chosen) in elapse_callback()
296 if (!pj->chosen) in elapse_callback()
304 pj->chosen = 0; in elapse_callback()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_schedule_instructions.cpp443 schedule_node *chosen = NULL; in schedule_instructions() local
449 if (!chosen || n->unblocked_time < chosen_time) { in schedule_instructions()
450 chosen = n; in schedule_instructions()
456 assert(chosen); in schedule_instructions()
457 chosen->remove(); in schedule_instructions()
458 next_block_header->insert_before(chosen->inst); in schedule_instructions()
471 for (int i = 0; i < chosen->child_count; i++) { in schedule_instructions()
472 schedule_node *child = chosen->children[i]; in schedule_instructions()
475 time + chosen->child_latency[i]); in schedule_instructions()
488 if (chosen->inst->is_math()) { in schedule_instructions()
[all …]
/external/android-clat/
Dconfig.c246 in_addr_t chosen = INADDR_NONE; in config_select_ipv4_address() local
250 return chosen; in config_select_ipv4_address()
263 chosen = htonl(ipv4); in config_select_ipv4_address()
269 return chosen; in config_select_ipv4_address()
/external/tpm2/
DRSAKeySieve.c577 INT32 chosen; in PrimeSelectWithSieve() local
624 chosen = FindNthSetBit(defaultFieldSize, field,((first % ones) + 1)); in PrimeSelectWithSieve()
625 if(chosen >= ((defaultFieldSize) * 8)) in PrimeSelectWithSieve()
628 BN_add_word(bnP, chosen * 2); in PrimeSelectWithSieve()
639 BN_sub_word(bnP, chosen * 2); in PrimeSelectWithSieve()
641 ClearBit(field, chosen); in PrimeSelectWithSieve()
/external/noto-fonts/
DREADME.android1 This directory contains the fonts from the Noto project, chosen for
/external/autotest/client/site_tests/hardware_StorageFio/
Dread_write_verify6 ; "size" is chosen so as to finish at least one write/verify cycle for
/external/llvm/cmake/modules/
DAddLLVMDefinitions.cmake2 # options chosen via `add_definitions', so we need our own method for
/external/skia/site/
Dschedule.md8 On the branch date, a healthy level of Skia near HEAD is chosen. After this
/external/curl/tests/data/
Dtest23729 # The bogus address used here is chosen specifically so that when processed on
/external/iptables/extensions/
Dlibxt_rateest.man32 between the estimator-determined flow rate and the static value chosen with the
70 the chosen value. See the above bullet list for which option is to be used in
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/
D2012-06-15-lsr-noaddrmode.ll12 ;The chosen solution requires 4 regs, with addrec cost 1, plus 3 base adds, plus 2 setup cost:
25 ;The chosen solution requires 4 regs, with addrec cost 1, plus 1 base add, plus 2 setup cost:
/external/wpa_supplicant_8/
DNOTICE12 selected. As of February 11, 2012, the project has chosen to use only
DCOPYING12 selected. As of February 11, 2012, the project has chosen to use only
/external/llvm/test/MC/ARM/
Darm-thumb-cpus-default.s19 @ Make sure the architecture chosen by LLVM defaults to a compatible
/external/llvm/test/Transforms/LowerBitSets/
Dlayout.ll7 ; The chosen layout in this case is a, e, b, d, c.
/external/mockftpserver/tags/2.3/src/site/apt/
Dstubftpserver-features.apt21 …* Use a dynamically chosen free port number for the server control port instead of using the defau…
/external/mockftpserver/tags/2.4/src/site/apt/
Dstubftpserver-features.apt21 …* Use a dynamically chosen free port number for the server control port instead of using the defau…
/external/mockftpserver/MockFtpServer/src/site/apt/
Dstubftpserver-features.apt21 …* Use a dynamically chosen free port number for the server control port instead of using the defau…
/external/mockftpserver/tags/2.5/src/site/apt/
Dstubftpserver-features.apt21 …* Use a dynamically chosen free port number for the server control port instead of using the defau…
/external/llvm/test/Linker/
Dapple-version.ll10 ; Check that the triple that has the larger version number is chosen and no
/external/llvm/test/MC/Mips/
Dhigher-highest-addressing.s33 # is chosen so that it is just below the value that triggers the addition of +1
/external/deqp/doc/testspecs/GLES2/
Dfunctional.color_clear.txt40 or color mask are chosen using deterministic random number generator.
/external/llvm/test/Transforms/SROA/
Dslice-order-independence.ll6 ; Check that the chosen type for a split is independent from the order of
/external/guava/guava-tests/test/com/google/common/hash/
DHashingTest.java190 int chosen = Hashing.consistentHash(h, shards); in countRemaps() local
191 if (chosen != last) { in countRemaps()
193 last = chosen; in countRemaps()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt30 levels chosen so that results are not implementation-dependent
44 - Use either the 'precise' qualifier or carefully chosen primitive
158 equal_spacing, the tessellation levels are chosen in a way that makes the

12345678