/third_party/zlib/ |
H A D | deflate.c | 1031 /* Compression must start with an empty pending buffer */ in deflate() 1057 /* Compression must start with an empty pending buffer */ in deflate() 1092 ulg beg = s->pending; /* start of bytes to update crc */ in deflate() 1119 ulg beg = s->pending; /* start of bytes to update crc */ in deflate() 1141 ulg beg = s->pending; /* start of bytes to update crc */ in deflate() 1175 /* Compression must start with an empty pending buffer */ in deflate() 1567 local void check_match(deflate_state *s, IPos start, IPos match, int length) in check_match() argument 1570 Bytef *back = s->window + (int)match, *here = s->window + start; in check_match() 1580 fprintf(stderr, " start %u, match %d, length %d\n", in check_match() 1581 start, (in in check_match() [all...] |
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 179 void (*start) (int fd, size_t count); member 231 "-R, --start-delay=# delay for automatic PCM start is # microseconds \n" in usage() 247 " --max-file-time=# start another output file when the old file has recorded\n" in usage() 419 /* flag the capture loop to start a new output file */ in signal_handler_recycle() 506 {"start-delay", 1, 0, 'R'}, 734 error(_("invalid start delay argument '%s'"), optarg); 3213 char *start; local 3217 start = strchr(path + 1, '/'); 3219 start [all...] |
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 534 void u_enumCharNames(UChar32 start, UChar32 limit, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice, in u_enumCharNames() argument 537 U_ICU_ENTRY_POINT_RENAME(u_enumCharNames)(start, limit, fn, context, nameChoice, pErrorCode); in u_enumCharNames() 877 void ubidi_setLine(const UBiDi *pParaBiDi, int32_t start, int32_t limit, UBiDi *pLineBiDi, UErrorCode *pErrorCode) in ubidi_setLine() argument 879 U_ICU_ENTRY_POINT_RENAME(ubidi_setLine)(pParaBiDi, start, limit, pLineBiDi, pErrorCode); in ubidi_setLine() 2371 int32_t uset_getItem(const USet *set, int32_t itemIndex, UChar32 *start, UChar32 *end, UChar *str, int32_t strCapacity, in uset_getItem() argument 2374 return U_ICU_ENTRY_POINT_RENAME(uset_getItem)(set, itemIndex, start, end, str, strCapacity, ec); in uset_getItem() 2388 USet *uset_open(UChar32 start, UChar32 end) in uset_open() argument 2390 return U_ICU_ENTRY_POINT_RENAME(uset_open)(start, end); in uset_open() 2470 int32_t start, int32_t *limit, UErrorCode *status) in utrans_transUChars() 2472 U_ICU_ENTRY_POINT_RENAME(utrans_transUChars)(trans, text, textLength, textCapacity, start, limi in utrans_transUChars() 2469 utrans_transUChars(const UTransliterator *trans, UChar *text, int32_t *textLength, int32_t textCapacity, int32_t start, int32_t *limit, UErrorCode *status) utrans_transUChars() argument [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_ngg.c | 1743 int start, count; in lower_ngg_gs_emit_vertex_with_counter() local 1744 u_bit_scan_consecutive_range(&mask, &start, &count); in lower_ngg_gs_emit_vertex_with_counter() 1746 for (int c = start; c < start + count; ++c) { in lower_ngg_gs_emit_vertex_with_counter() 1748 values[c - start] = nir_load_var(b, s->output_vars[slot][c]); in lower_ngg_gs_emit_vertex_with_counter() 1755 .base = packed_location * 16 + start * 4, in lower_ngg_gs_emit_vertex_with_counter() 1916 int start, count; in ngg_gs_export_vertices() local 1917 u_bit_scan_consecutive_range(&mask, &start, &count); in ngg_gs_export_vertices() 1920 .base = packed_location * 16 + start * 4, in ngg_gs_export_vertices() 1928 .component = start, in ngg_gs_export_vertices() [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 168 u64 start; member 778 s64 lcn, lcn_length, start, len, inode; in collect_relocation_info() local 792 start = lcn; in collect_relocation_info() 796 start = new_vol_size; in collect_relocation_info() 815 (unsigned long long)start, (long long)len); in collect_relocation_info() 1007 static void progress_init(struct progress_bar *p, u64 start, u64 stop, int flags) in progress_init() argument 1009 p->start = start; in progress_init() 1011 p->unit = 100.0 / (stop - start); in progress_init() 1033 if ((current - p->start) in progress_update() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | sme.c | 574 int start) 1025 if (start) 1032 start == 2, NULL, 1046 wpa_s->sme.sae.state = start ? SAE_COMMITTED : SAE_CONFIRMED; 3086 int start, end; local 3112 start = wpa_s->assoc_freq - 10; 3118 start -= 20; 3127 start -= 20; 3132 wpa_s->assoc_freq, start, end); 3143 if (freq - 10 >= end || freq + 10 <= start) 572 sme_send_authentication(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, struct wpa_ssid *ssid, int start) global() argument [all...] |
/third_party/eudev/export_include/ |
H A D | libudev.h | 63 * @first_entry: first entry to start with 180 unsigned long long int start, unsigned long long int end) __attribute__ ((deprecated));
|
/third_party/f2fs-tools/tools/ |
H A D | fibmap.c | 119 *start_lba = geom.start; in stat_bdev()
|
/third_party/ffmpeg/libavcodec/ |
H A D | aac.h | 227 int start; member
|
/third_party/eudev/src/libudev/ |
H A D | libudev.h | 63 * @first_entry: first entry to start with 180 unsigned long long int start, unsigned long long int end) __attribute__ ((deprecated));
|
/third_party/eudev/ |
H A D | compile | 248 right script to run: please start by reading the file 'INSTALL'. 344 # time-stamp-start: "scriptversion="
|
/third_party/ffmpeg/libavformat/ |
H A D | astenc.c | 78 CHECK_LOOP(start) in ast_write_header()
|
/third_party/gn/src/gn/ |
H A D | label.cc | 233 the path name and just start with a colon. This format is recommended for
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | gmock_class.py | 134 arg = _GenerateArg(source[p.start:p.end])
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | SearchIterator.java | 139 /** Flag indicates if we are at the start of a string search. 140 This indicates that we are in forward search and at the start of m_text. */ 179 * Sets the position in the target text at which the next search will start. 182 * @param position position from which to start the next search 220 * found, but the match's start or end index is not a 241 * the start of the text string. This method is useful if you want to 428 // if matchlength is 0 we are at the start of the iteration in next() 511 * Search will begin at the start of the text string if a forward 556 * @param position where search if to start from. 601 * @param position where search is to start fro 691 handleNext(int start) handleNext() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof_impl.h | 94 static UChar32 ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status);
|
H A D | formatted_string_builder.h | 131 * @param start Start index of the substring of unistr to be inserted. 134 int32_t insert(int32_t index, const UnicodeString &unistr, int32_t start, int32_t end, Field field,
|
/third_party/icu/icu4c/source/samples/ugrep/ |
H A D | ugrep.cpp | 78 void nextLine(int start);
|
/third_party/icu/icu4c/source/common/ |
H A D | ucase.h | 214 * @param dir If <0 then start iterating backward from the character; 215 * if >0 then start iterating forward from the character; 228 int32_t start, index, limit; member
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | SearchIterator.java | 136 /** Flag indicates if we are at the start of a string search. 137 This indicates that we are in forward search and at the start of m_text. */ 175 * Sets the position in the target text at which the next search will start. 178 * @param position position from which to start the next search 214 * found, but the match's start or end index is not a 234 * the start of the text string. This method is useful if you want to 413 // if matchlength is 0 we are at the start of the iteration in next() 494 * Search will begin at the start of the text string if a forward 536 * @param position where search if to start from. 579 * @param position where search is to start fro 665 handleNext(int start) handleNext() argument [all...] |
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
H A D | TestUtil.java | 206 new TestThread(lock, targets[i]).start(); in runUntilDone()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
H A D | TestUtil.java | 207 new TestThread(lock, targets[i]).start(); in runUntilDone()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ubidi.h | 97 *int getTextWidth(const UChar *text, int32_t start, int32_t limit, 101 * // from text[start] and from styleRuns[styleRunStart] 103 *void getLineBreak(const UChar *text, int32_t start, int32_t *pLimit, 114 * // the text[start..limit-1] is always in logical order 115 * void renderRun(const UChar *text, int32_t start, int32_t limit, 129 * int32_t start, int32_t limit, 140 * if(start<styleLimit) { 142 * renderRun(text, start, styleLimit, 145 * start=styleLimit; 158 * if(styleStart<start) { styleStar [all...] |
/third_party/libunwind/libunwind/tests/ |
H A D | x64-test-dwarf-expressions.S | 14 # always start with the current CFA pushed onto the stack. This file contains a
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-struct.h | 273 struct lwsac **ac, int start, int limit);
|