Home
last modified time | relevance | path

Searched defs:slots (Results 1 - 25 of 114) sorted by relevance

12345

/third_party/musl/src/misc/
H A Dgetrusage.c17 char *slots = (char *)&ru->ru_maxrss; in getrusage() local
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker_util.h48 unsigned slots; member
/third_party/musl/src/linux/
H A Dwait4.c20 char *slots = (char *)&ru->ru_maxrss; in wait4() local
/third_party/curl/tests/unit/
H A Dunit1603.c34 static const int slots = 3; variable
/third_party/libunwind/libunwind/include/tdep-ia64/
H A Drse.h48 uint64_t slots = (bsp - bspstore) >> 3; in rse_num_regs() local
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.cpp77 size_t slots() const { return fVals.size(); } in slots() function
[all...]
/third_party/libinput/test/
H A Dlitest-device-protocol-a-touch-screen.c36 } slots[PROTOCOL_A_MAX_SLOTS]; member
/third_party/curl/lib/
H A Dhash.h57 int slots; member
H A Dhash.c59 Curl_hash_init(struct Curl_hash *h, int slots, hash_function hfunc, comp_function comparator, Curl_hash_dtor dtor) Curl_hash_init() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dblock-coverage-builder.h67 const ZoneVector<SourceRange>& slots() const { return slots_; } in slots() function in v8::internal::interpreter::final
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcontainer_memory_test.cc237 slot_type slots[100]; in TEST() member
238 } slots; in TEST() local
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dremembered-set.cc20 void VisitRememberedSlots(const std::set<void*>& slots, const HeapBase& heap, in VisitRememberedSlots() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dnode_to_instr.c237 int *slots = ppir_op_infos[node->op].slots; in ppir_node_score() local
H A Dinstr.c64 int *slots = ppir_op_infos[mul->op].slots; in ppir_instr_insert_mul_node() local
211 int *slots in ppir_instr_insert_node() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvp9_raw_reorder_bsf.c38 unsigned int slots; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_gather_info.c213 const unsigned slots = in mark_whole_variable() local
290 const unsigned slots = in try_mask_partial_io() local
998 const unsigned slots = in nir_shader_gather_info() local
1009 const unsigned slots = in nir_shader_gather_info() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_dump.cpp378 static const char *slots = "xyzwt"; in dump() local
386 s << slots[n.bc.slot] << ": "; in dump() local
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_insert_flow.c168 uint8_t slots = 0; in bi_depend_on_writers() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dremembered-set.h40 int slots = 0; in Iterate() local
182 int slots = 0; in IterateAndTrackEmptyBuckets() local
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-code-gen-state.h40 void SetVregSlots(int slots) { vreg_slots_ = slots; } in SetVregSlots() argument
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c577 int slots = glsl_count_attribute_slots(var->type, false); in nir_tgsi_scan_shader() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alugroup.cpp355 uint32_t AluGroup::slots() const in slots() function in r600::AluGroup
/third_party/skia/src/sksl/ir/
H A DSkSLType.cpp357 size_t slots = 0; variable
/third_party/eudev/src/udev/
H A Dudev-builtin-net_id.c195 char slots[256], str[256]; in dev_pci_slot() local
/third_party/glslang/glslang/MachineIndependent/
H A Diomapper.h171 TSlotSetMap slots; member

Completed in 24 milliseconds

12345