Home
last modified time | relevance | path

Searched defs:end (Results 7201 - 7225 of 7568) sorted by relevance

1...<<281282283284285286287288289290>>...303

/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c462 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 Dlfs.c866 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 Dsb_ir.h122 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 Dimstb_truetype.h1218 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 Dfunction-body-decoder-impl.h1078 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 Dwasm-code-manager.cc832 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 Dntfsresize.c1714 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 Dada.h5858 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 Dmeasunit.cpp2125 binarySearch( const char * const * array, int32_t start, int32_t end, StringPiece key) binarySearch() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c4679 uint64_t begin, end; in anv_GetCalibratedTimestampsEXT() local
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h446 uint32_t end; member
/third_party/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c372 char *end; in testConvertFromU() local
532 UChar *end; in testConvertToU() local
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c72 #define end(cp) (strchr((cp), '\0')) macro
[all...]
/third_party/libdrm/
H A Dxf86drm.c3497 char *start = line + len + 1, *end = line + num - 1; in sysfs_uevent_get() local
/third_party/libfuse/include/
H A Dfuse_kernel.h286 uint64_t end; member
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc131 size_t end = instruction_block->code_end(); in SelectInstructions() local
[all...]
H A Dinstruction.h1366 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 Dmid-tier-register-allocator.cc227 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 Dbuiltins-mips.cc987 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 Dbuiltins-ia32.cc973 Label end, not_jump_loop; in AdvanceBytecodeOffsetOrReturn() local
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc1196 Label end, not_jump_loop; in AdvanceBytecodeOffsetOrReturn() local
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc460 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 Dsimulator-ppc.cc360 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 Dsimulator-mips64.cc429 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 Dsimulator-mips.cc472 int32_t* end = nullptr; in Debug() local
540 byte* end = nullptr; in Debug() local
669 byte* end = nullptr; Debug() local
[all...]

Completed in 105 milliseconds

1...<<281282283284285286287288289290>>...303