Home
last modified time | relevance | path

Searched refs:used (Results 676 - 700 of 869) sorted by relevance

1...<<21222324252627282930>>...35

/third_party/libdrm/include/drm/
H A Ddrm.h223 int mtrr; /**< MTRR slot used */
279 -- they will be used to support the
371 int used; /**< Amount of buffer in use (for DMA) */ member
542 unsigned long physical; /**< Physical used by i810 */
643 * The bit depth is the number of bits used to indicate the color of a single
824 * If set to 1, the DRM core will expose special connectors to be used for
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerDriver.cpp29 extern "C" __attribute__((used)) void __libfuzzer_is_present() {} in __libfuzzer_is_present()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_kgsl.c257 device->heap.used = 0u; in tu_enumerate_devices()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/
H A Dghashv8-armx.S117 mov r12,#16 @ r12 is used as post-
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/
H A Dghashv8-armx.S117 mov r12,#16 @ r12 is used as post-
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl195 add tmp3=1,inp // used in unaligned codepath
/third_party/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl195 add tmp3=1,inp // used in unaligned codepath
/third_party/typescript/tests/baselines/reference/tsbuildWatch/noEmitOnError/
H A Ddoes-not-emit-any-files-on-error-with-incremental.js240 /a/lib/lib.d.ts (used version)
H A Ddoes-not-emit-any-files-on-error.js187 /a/lib/lib.d.ts (used version)
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/
H A Dexport-with-incremental.js83 /a/lib/lib.d.ts (used version)
H A Dexport.js83 /a/lib/lib.d.ts (used version)
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/yes-circular-import/
H A Dexports-with-incremental.js91 /a/lib/lib.d.ts (used version)
H A Dexports.js91 /a/lib/lib.d.ts (used version)
/third_party/rust/crates/memchr/src/memmem/
H A Dmod.rs54 measurable in some workloads. In cases where the same needle is used to search
83 /// This is defined in this specific spot so that it can be used freely among
438 /// searcher that can be used to search haystacks without the overhead of
565 /// searcher that can be used to search haystacks without the overhead of
697 /// heuristic prefilters used to speed up certain searches.
782 /// since Rabin-Karp may be used even if another SearchKind corresponds
804 /// This is used whenever the needle is a single byte. In this case, we
808 /// linear time guarantee. In general, it's used when the needle is bigger
856 /// Return a fresh prefilter state that can be used with this searcher.
857 /// A prefilter state is used t
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_internal.h374 struct cil_list *classperms; /* Only used for map perms */
381 struct cil_class *common; /* Only used for kernel class */
382 uint32_t ordered; /* Only used for kernel class */
543 int used; // whether or not this attribute was used in a binary policy rule member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dfils_hlp.c91 sta->hlp_dhcp_discover->used = pos - (u8 *) dhcp; in fils_dhcp_request()
304 * when LPD is used). */ in fils_dhcp_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dfils_hlp.c91 sta->hlp_dhcp_discover->used = pos - (u8 *) dhcp; in fils_dhcp_request()
304 * when LPD is used). */ in fils_dhcp_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.c28 * Structure for network configuration parsing. This data is used to implement
1334 size_t used, len; in wpa_config_parse_int_array() local
1337 used = 0; in wpa_config_parse_int_array()
1347 if (used == len) { in wpa_config_parse_int_array()
1361 freqs[used] = atoi(pos); in wpa_config_parse_int_array()
1362 if (freqs[used] == 0) in wpa_config_parse_int_array()
1364 used++; in wpa_config_parse_int_array()
2155 * data length. Unlike STR(), this can be used to store arbitrary binary data
2198 * Table of network configuration variables. This table is used to parse each
2207 * .param3 and .param4 can be used t
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.c29 * Structure for network configuration parsing. This data is used to implement
1501 size_t used, len; in wpa_config_parse_int_array() local
1504 used = 0; in wpa_config_parse_int_array()
1514 if (used == len) { in wpa_config_parse_int_array()
1528 freqs[used] = atoi(pos); in wpa_config_parse_int_array()
1529 if (freqs[used] == 0) in wpa_config_parse_int_array()
1531 used++; in wpa_config_parse_int_array()
2465 * data length. Unlike STR(), this can be used to store arbitrary binary data
2508 * Table of network configuration variables. This table is used to parse each
2517 * .param3 and .param4 can be used t
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp185 /* Figure out if gl_FragCoord is actually used in fragment shader */ in _mesa_ast_to_hir()
188 state->fs_uses_gl_fragcoord = var->data.used; in _mesa_ast_to_hir()
825 * In addition to being used for assignments, this function is used to
840 * If a per-vertex output variable is used as an l-value, it is an error in validate_assignment()
1329 /* is_lhs is tracked only to print "variable used uninitialized" warnings, in set_is_lhs()
2015 /* Getting if an array is being used uninitialized is beyond what we get in do_hir()
2058 var->data.used = true; in do_hir()
2065 _mesa_glsl_warning(&loc, state, "`%s' used uninitialized", in do_hir()
2477 * can be used t
[all...]
H A Dlinker.cpp643 * after being written. This value will be used by primitive in validate_vertex_shader_executable()
836 * Perform validation of global variables used across multiple shaders
979 if (var->data.used && layout_differs) { in cross_validate_globals()
1069 if ((existing->data.used && var->data.used) || prog->data->Version >= 300) { in cross_validate_globals()
1117 * Perform validation of uniforms used across multiple shader stages
1312 * This is used when instruction trees are cloned from one shader and placed in
1447 * This class is only used in link_intrastage_shaders() below but declaring
1647 * Memory context used to allocate the data in \c unnamed_interfaces.
2247 linker_error(prog, "derivative_group_quadsNV must be used wit in link_cs_input_layout_qualifiers()
[all...]
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgk104.asm626 // The formula used here (and above) is:
684 // it with 1/2 or 1/4. 1/2 is used if the "exponent" $r3 is 0, otherwise
773 // Low 32 bytes of l[] memory shouldn't be used if resumability is required.
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h35 kEqualZero = kEqual, // When used in a unary operation.
37 kNotEqualZero = kUnequal, // When used in a unary operation.
193 LiftoffRegister reg_; // used if loc_ == kRegister
194 int32_t i32_const_; // used if loc_ == kIntConst
280 // Volatile registers are registers which are used for caching values that
386 bool used = used_registers.has(reg); in is_used()
387 DCHECK_EQ(used, register_use_count[reg.liftoff_code()] != 0); in is_used()
388 return used; in is_used()
444 // Make the copy assignment operator private (to be used from {Split()}).
524 // This is used afte in PushException()
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c803 /* if the current state hasn't changed since the last time it was used, in zink_descriptor_set_get()
956 /* desc sets can be used multiple times in the same batch */ in zink_descriptor_set_recycle()
1307 const bool used = (pg->dd->push_usage & BITFIELD_BIT(pstage)) == BITFIELD_BIT(pstage); in update_push_ubo_descriptors() local
1308 dynamic_offsets[dynamic_idx] = used ? info->offset : 0; in update_push_ubo_descriptors()
1311 if (used) { in update_push_ubo_descriptors()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c349 * lowerings/optimizations that are used on the Vulkan in nir_optimize()
503 if (map->used[index] && in descriptor_map_add()
510 * was used for operations with different precision in descriptor_map_add()
517 } else if (!map->used[index]) { in descriptor_map_add()
523 assert(!map->used[index]); in descriptor_map_add()
525 map->used[index] = true; in descriptor_map_add()
589 * could be used by the v3d_compiler */
664 /* Returns return_size, so it could be used for the case of not having a
693 /* We used to be direct but not anymore */ in lower_tex_src_to_offset()
727 /* FIXME: this is a really simplified check for the precision to be used in lower_tex_src_to_offset()
[all...]

Completed in 43 milliseconds

1...<<21222324252627282930>>...35