/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 462 const char *end = memchr(str, 0, word_count * 4); in vtn_string_literal() local 472 vtn_foreach_instruction(struct vtn_builder *b, const uint32_t *start, const uint32_t *end, vtn_instruction_handler handler) vtn_foreach_instruction() argument [all...] |
/third_party/littlefs/ |
H A D | lfs.c | 866 uint16_t end; member 877 lfs_dir_traverse(lfs_t *lfs, const lfs_mdir_t *dir, lfs_off_t off, lfs_tag_t ptag, const struct lfs_mattr *attrs, int attrcount, lfs_tag_t tmask, lfs_tag_t ttag, uint16_t begin, uint16_t end, int16_t diff, int (*cb)(void *data, lfs_tag_t tag, const void *buffer), void *data) lfs_dir_traverse() argument 1549 lfs_off_t end; global() member 1624 const lfs_off_t end = lfs_alignup( lfs_dir_commitcrc() local 1829 lfs_dir_split(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *source, uint16_t split, uint16_t end) lfs_dir_split() argument 1901 lfs_dir_compact(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *source, uint16_t begin, uint16_t end) lfs_dir_compact() argument 2074 lfs_dir_splittingcompact(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *source, uint16_t begin, uint16_t end) lfs_dir_splittingcompact() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ir.h | 122 iterator end() { return vec.end(); } in end() function in r600_sb::sb_set 124 const_iterator end() const { return vec.end(); } in end() function in r600_sb::sb_set 191 iterator end() { return set.end(); } end() function in r600_sb::sb_map 356 iterator end(shader &sh) { return iterator(sh, this, bs.size()); } end() function in r600_sb::sb_value_set 926 iterator end() { return NULL; } end() function in r600_sb::container_node [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 1218 int start = b->cursor, end, op; in stbtt__dict_get() local 1245 int count, offsize, start, end; in stbtt__cff_index_get() local 1502 stbtt_uint16 end; in stbtt_FindGlyphIndex() local 1953 int nranges, start, end, v, fmt, fdselector = -1, i; stbtt__cid_get_glyph_subrs() local [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 1078 WasmDecoder(Zone* zone, const WasmModule* module, const WasmFeatures& enabled, WasmFeatures* detected, const FunctionSig* sig, const byte* start, const byte* end, uint32_t buffer_offset = 0) WasmDecoder() argument 5375 Value& end = c->end_merge[i]; TypeCheckOneArmedIf() local [all...] |
H A D | wasm-code-manager.cc | 832 Address end = RoundUp(region.end(), commit_page_size); MakeWritable() local 1441 WasmCode** end = start + module_->num_declared_functions; SnapshotCodeTable() local 2234 Address end = code_space.end(); NewNativeModule() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 1714 static void set_max_free_zone(s64 length, s64 end, runlist_element *rle) in set_max_free_zone() argument [all...] |
/third_party/node/deps/ada/ |
H A D | ada.h | 5858 replace_and_resize( uint32_t start, uint32_t end, std::string_view input) replace_and_resize() argument 6805 inline auto end() const { return params.end(); } end() function [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | measunit.cpp | 2125 binarySearch( const char * const * array, int32_t start, int32_t end, StringPiece key) binarySearch() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 4679 uint64_t begin, end; in anv_GetCalibratedTimestampsEXT() local
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_private.h | 446 uint32_t end; member
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nucnvtst.c | 372 char *end; in testConvertFromU() local 532 UChar *end; in testConvertToU() local [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 72 #define end(cp) (strchr((cp), '\0')) macro [all...] |
/third_party/libdrm/ |
H A D | xf86drm.c | 3497 char *start = line + len + 1, *end = line + num - 1; in sysfs_uevent_get() local
|
/third_party/libfuse/include/ |
H A D | fuse_kernel.h | 286 uint64_t end; member
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.cc | 131 size_t end = instruction_block->code_end(); in SelectInstructions() local [all...] |
H A D | instruction.h | 1366 iterator end() { return iterator(fields_.end(), nested_.end()); } in end() function in v8::internal::compiler::StateValueList 1550 void set_code_end(int32_t end) { code_end_ = end; } in set_code_end() argument 1716 const_iterator end() const { return instructions_.end(); } end() function in v8::internal::compiler::final [all...] |
H A D | mid-tier-register-allocator.cc | 227 Range(int start, int end) : start_(start), end_(end) {} in Range() argument 243 int end() const { return end_; } in end() function in v8::internal::compiler::Range 277 ZoneSet<int>::const_iterator end() const { return spilled_vregs_.end(); } in end() function in v8::internal::compiler::final 833 RegisterIndex::Iterator end() const { in end() function in v8::internal::compiler::final [all...] |
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 987 Label end, not_jump_loop; in AdvanceBytecodeOffsetOrReturn() local 2023 Register end = scratch2; in Generate_AllocateSpaceAndShiftExistingArguments() local [all...] |
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 973 Label end, not_jump_loop; in AdvanceBytecodeOffsetOrReturn() local
|
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 1196 Label end, not_jump_loop; in AdvanceBytecodeOffsetOrReturn() local
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 460 int64_t* end = nullptr; in Debug() local 515 byte* end = nullptr; in Debug() local 644 byte* end in Debug() local [all...] |
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 360 intptr_t* end = nullptr; in Debug() local 414 byte* end = nullptr; in Debug() local [all...] |
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 429 int64_t* end = nullptr; in Debug() local 484 byte* end = nullptr; in Debug() local 613 byte* end in Debug() local [all...] |
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 472 int32_t* end = nullptr; in Debug() local 540 byte* end = nullptr; in Debug() local 669 byte* end = nullptr; Debug() local [all...] |