/third_party/musl/src/locale/ |
H A D | catopen.c | 17 const unsigned char *map = __map_file(name, &size); in do_catopen() local
|
H A D | catgets.c | 18 const char *map = (const char *)catd; in catgets() local
|
/third_party/musl/src/internal/ |
H A D | fdpic_crt.h | 4 hidden void *__fdpic_fixup(void *map, uintptr_t *a, uintptr_t *z) in __fdpic_fixup() argument
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | locale_impl.h | 12 const void *map; member
|
/third_party/node/deps/icu-small/source/common/ |
H A D | charstrmap.h | 29 CharStringMap(CharStringMap &&other) noexcept : map(other.map) { in map() function in final 50 UHashtable *map; global() member in final [all...] |
H A D | localeprioritylist.h | 110 UHashtable *map = nullptr; member in LocalePriorityList
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_fxt1.c | 100 fetch_rgb_fxt1(const uint8_t *map, in fetch_rgb_fxt1() argument 110 fetch_rgba_fxt1(const uint8_t *map, in fetch_rgba_fxt1() argument
|
/third_party/node/deps/npm/node_modules/text-table/ |
H A D | index.js | 79 function map (xs, f) { function
|
/third_party/libdrm/tegra/ |
H A D | channel.c | 146 struct drm_tegra_mapping *map; in drm_tegra_channel_map() local 175 drm_tegra_channel_unmap(struct drm_tegra_mapping *map) in drm_tegra_channel_unmap() argument [all...] |
/third_party/ltp/testcases/kernel/security/dirtyc0w/ |
H A D | dirtyc0w_child.c | 25 static void *map; variable
|
/third_party/libdrm/tests/tegra/ |
H A D | drm-test-tegra.c | 72 struct drm_tegra_mapping *map; in drm_tegra_gr2d_fill() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ptrmap.c | 49 struct ptrmap *map; in __ptrmap_add() local 79 void *__ptrmap_lookup(struct ptrmap *map, voi argument 94 struct ptrmap *map = *mapp; __ptrmap_update() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | allocation-builder-inl.h | 29 void AllocationBuilder::AllocateContext(int variadic_part_length, MapRef map) { in AllocateContext() argument 35 Store(AccessBuilder::ForMap(), map); in AllocateContext() local 42 bool AllocationBuilder::CanAllocateArray(int length, MapRef map, in CanAllocateArray() argument 53 void AllocationBuilder::AllocateArray(int length, MapRef map, in AllocateArray() argument 60 Store(AccessBuilder::ForMap(), map); AllocateArray() local 64 CanAllocateSloppyArgumentElements( int length, MapRef map, AllocationType allocation) CanAllocateSloppyArgumentElements() argument 70 AllocateSloppyArgumentElements( int length, MapRef map, AllocationType allocation) AllocateSloppyArgumentElements() argument 75 Store(AccessBuilder::ForMap(), map); AllocateSloppyArgumentElements() local [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-sharedarraybuffer-gen.cc | 67 TNode<Map> map = LoadMap(CAST(maybe_array)); in ValidateIntegerTypedArray() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | memory-measurement-inl.h | 19 bool NativeContextInferrer::Infer(Isolate* isolate, Map map, HeapObject object, in Infer() argument 44 V8_INLINE bool NativeContextStats::HasExternalBytes(Map map) { in HasExternalBytes() argument 50 V8_INLINE void NativeContextStats::IncrementSize(Address context, Map map, in IncrementSize() argument [all...] |
H A D | objects-visiting.h | 139 VisitBytecodeArray(Map map, BytecodeArray object) VisitBytecodeArray() argument [all...] |
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-marking-state-inl.h | 16 ExtractEmbedderDataSnapshot( Map map, JSObject object, EmbedderDataSnapshot& snapshot) ExtractEmbedderDataSnapshot() argument
|
/third_party/node/deps/v8/src/logging/ |
H A D | local-logger.cc | 33 void LocalLogger::MapCreate(Map map) { logger_->MapCreate(map); } in MapCreate() argument 35 void LocalLogger::MapDetails(Map map) { logger_->MapDetails(map); } in MapDetails() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | field-index-inl.h | 23 FieldIndex FieldIndex::ForPropertyIndex(Map map, int property_index, in ForPropertyIndex() argument [all...] |
H A D | prototype-info-inl.h | 39 SetObjectCreateMap(Handle<PrototypeInfo> info, Handle<Map> map) SetObjectCreateMap() argument
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_common.h | 48 std::map<unsigned, Subroutine> map; member
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_driver.cc | 35 std::unordered_map<std::string, std::unique_ptr<Driver>> map; in create_supported_drivers() local 54 static auto map = create_supported_drivers(); in get_supported_drivers() local
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_texture.h | 75 void *map; member
|
/third_party/musl/libc-test/src/functional/ |
H A D | fnmatch.c | 26 static char *flagstr(const struct xlat *map, int flags) in flagstr() argument
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sound-file.c | 40 pa_sound_file_load( pa_mempool *pool, const char *fname, pa_sample_spec *ss, pa_channel_map *map, pa_memchunk *chunk, pa_proplist *p) pa_sound_file_load() argument
|