Home
last modified time | relevance | path

Searched defs:cur (Results 251 - 275 of 428) sorted by relevance

1...<<1112131415161718

/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dmemory_check.c410 void calculate_checksum(struct chunk *cur, struct chunk *next) in calculate_checksum() argument
423 struct chunk *cur = NULL; in check_heap_integrity() local
454 check_chunk_integrity(struct chunk *cur) check_chunk_integrity() argument
475 struct heap_block *cur = NULL; insert_block_list() local
786 volatile struct chunk *cur = NULL; insert_free_tail() local
804 struct chunk *cur = NULL; get_free_head() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnvsel.cpp596 int16_t cur; member
628 int16_t cur = ((Enumerator*)(enumerator->context))->cur; in ucnvsel_next_encoding() local
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c875 unsigned cur = exec->vtx.prim_count - 1; in try_vbo_merge() local
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_instance.c340 const uint32_t cur = atomic_load_explicit(ptr, memory_order_acquire); in vn_instance_wait_roundtrip() local
/third_party/lzma/Asm/x86/
H A DLzFindOpt.asm73 cur equ r1 define
81 cur equ REG_ABI_PARAM_0 define
[all...]
/third_party/lzma/C/
H A DLzma2DecMt.c574 size_t cur = size; in Lzma2DecMt_MtCallback_Write() local
/third_party/node/deps/v8/src/diagnostics/loong64/
H A Ddisasm-loong64.cc122 char cur = *str++; in Print() local
572 char cur = *format++; in Format() local
/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc137 char cur = *str++; in Print() local
432 char cur = *format++; in Format() local
/third_party/node/deps/v8/src/diagnostics/s390/
H A Ddisasm-s390.cc102 char cur = *str++; in Print() local
497 char cur = *format++; in Format() local
/third_party/node/deps/v8/src/temporal/
H A Dtemporal-parser.cc164 int32_t cur = s; in ScanFractionalPart() local
222 int32_t cur = s; ScanTimeSpec() local
350 int32_t cur = s; ScanDate() local
407 int32_t cur = s; ScanTimeZoneNumericUTCOffset() local
477 int32_t cur = s; ScanTimeZoneIANANameComponent() local
497 int32_t cur = s; ScanTimeZoneIANAName() local
531 int32_t cur = s; ScanTimeZoneUTCOffsetName() local
628 int32_t cur = s; ScanTimeZoneOffsetRequired() local
639 int32_t cur = s; ScanTimeZoneNameRequired() local
657 int32_t cur = s; ScanCalendarNameComponent() local
673 int32_t cur = s; ScanCalendarName() local
710 int32_t cur = s; ScanCalendarTime() local
722 int32_t cur = s; ScanDateTime() local
734 int32_t cur = s; ScanDateSpecYearMonth() local
802 int32_t cur = s; ScanTemporalZonedDateTimeString() local
828 int32_t cur = s; ScanDate_TimeSpecSeparator_TimeZone_Calendar() local
879 int32_t cur = s; ScanTemporalInstantString() local
1051 int32_t cur = s + ScanDurationWholeMinutesFractionDesignator(str, s, r); ScanDurationMinutesPart() local
1065 int32_t cur = s + ScanDurationWholeHoursFractionDesignator(str, s, r); ScanDurationHoursPart() local
1079 int32_t cur = s; ScanDurationTime() local
1114 int32_t cur = s; ScanDurationWeeksPart() local
1125 int32_t cur = s; ScanDurationMonthsPart() local
1139 int32_t cur = s; ScanDurationYearsPart() local
1155 int32_t cur = s; ScanDurationDate() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c488 match_word(const char **cur, const char *word) in match_word() argument
508 match_uint(const char **cur, unsigned *value) in match_uint() argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c911 struct rc_instruction * cur = inst; in merge_movs() local
973 struct rc_instruction * cur = inst; rc_optimize() local
998 struct rc_instruction * cur = inst; rc_optimize() local
[all...]
/third_party/node/deps/uv/src/unix/
H A Dibmi.c391 struct ifaddrs_pase *ifap = NULL, *cur; in uv_interface_addresses() local
[all...]
/third_party/popt/src/
H A Dpopthelp.c87 size_t cur; member
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djchuff.c141 savable_state cur; /* Current bit buffer & DC state */ member
[all...]
H A Djquant1.c616 register LOCFSERROR cur; /* current error or pixel value */ in quantize_fs_dither() local
[all...]
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Daftypes.h79 FT_Pos cur; /* current/scaled position/width in device subpixels */ member
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsobjs.c297 FT_Byte* cur = *acur; in skip_comment() local
315 FT_Byte* cur = *acur; in skip_spaces() local
345 FT_Byte* cur = *acur; skip_literal_string() local
421 FT_Byte* cur = *acur; skip_string() local
460 FT_Byte* cur; skip_procedure() local
523 FT_Byte* cur = parser->cursor; ps_parser_skip_PS_token() local
628 FT_Byte* cur; ps_parser_to_token() local
745 T1_Token cur = tokens; ps_parser_to_token_array() local
786 FT_Byte* cur = *acur; ps_tocoordarray() local
866 FT_Byte* cur = *acur; ps_tofixedarray() local
999 FT_Byte* cur = *acur; ps_tobool() local
1039 FT_Byte* cur; FT_LOCAL_DEF() local
1423 FT_Byte* cur; FT_LOCAL_DEF() local
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dio.c920 mpd_ssize_t cur; /* current write index */ member
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvsel.cpp596 int16_t cur; member
628 int16_t cur = ((Enumerator*)(enumerator->context))->cur; in ucnvsel_next_encoding() local
/third_party/python/Parser/
H A Dpegen.c696 char *cur = p->tok->cur; in bad_single_statement() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format.cc351 const char* cur = pending; in format() local
[all...]
/third_party/selinux/checkpolicy/
H A Dcheckpolicy.c311 const cond_expr_t *cur; in display_expr() local
345 const cond_node_t *cur; in display_cond_expressions() local
[all...]
/third_party/selinux/checkpolicy/test/
H A Ddismod.c216 class_perm_node_t *cur; in display_avrule() local
398 cond_expr_t *cur; display_expr() local
439 ocontext_t *cur; display_initial_sids() local
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp118 tcu::IVec2 cur = *begin; in isRangeListValid() local

Completed in 30 milliseconds

1...<<1112131415161718