| /third_party/libsnd/src/ |
| H A D | mpc2k.c | 105 sf_count_t current ; in mpc2k_write_header() local 110 current = psf_ftell (psf) ; in mpc2k_write_header() 121 /* Reset the current header length to zero. */ in mpc2k_write_header() 150 if (current > 0) in mpc2k_write_header() 151 psf_fseek (psf, current, SEEK_SET) ; in mpc2k_write_header()
|
| H A D | pvf.c | 101 { sf_count_t current ; in pvf_write_header() local 106 current = psf_ftell (psf) ; in pvf_write_header() 108 /* Reset the current header length to zero. */ in pvf_write_header() 128 if (current > 0) in pvf_write_header() 129 psf_fseek (psf, current, SEEK_SET) ; in pvf_write_header()
|
| H A D | wve.c | 155 { sf_count_t current ; in wve_write_header() local 158 current = psf_ftell (psf) ; in wve_write_header() 170 /* Reset the current header length to zero. */ in wve_write_header() 189 if (current > 0) in wve_write_header() 190 psf_fseek (psf, current, SEEK_SET) ; in wve_write_header()
|
| /third_party/libsnd/programs/ |
| H A D | sndfile-metadata-set.c | 234 " --bext-auto-time-date Set the 'bext' time and date to current time/date.\n" in usage_exit() 235 " --bext-auto-time Set the 'bext' time to current time.\n" in usage_exit() 236 " --bext-auto-date Set the 'bext' date to current date.\n" in usage_exit() 237 " --str-auto-date Set the metadata date to current date.\n" in usage_exit() 277 { time_t current ; in read_localtime() local 279 time (¤t) ; in read_localtime() 284 localtime_r (¤t, timedata) ; in read_localtime() 289 if ((tmptr = localtime (¤t)) != NULL) in read_localtime()
|
| /third_party/libunwind/libunwind/doc/ |
| H A D | unw_is_signal_frame.tex | 8 \begin{Name}{3}{unw\_is\_signal\_frame}{David Mosberger-Tang}{Programming Library}{unw\_is\_signal\_frame}unw\_is\_signal\_frame -- check if current frame is a signal frame 20 if the current frame identified by \Var{cp} is a signal frame, and a 35 positive value if the current frame is a signal frame, or 0 if it is 48 whether or not the current frame is a signal frame.
|
| /third_party/node/src/ |
| H A D | aliased_buffer.h | 93 const NativeT current = aliased_buffer_->GetValue(index_); in operator +=() local 94 aliased_buffer_->SetValue(index_, current + val); in operator +=() 103 const NativeT current = aliased_buffer_->GetValue(index_); in operator -=() local 104 aliased_buffer_->SetValue(index_, current - val); in operator -=()
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_util.c | 45 struct timespec current; in lima_get_absolute_timeout() local 51 if (clock_gettime(CLOCK_MONOTONIC, ¤t)) in lima_get_absolute_timeout() 54 current_ns = ((uint64_t)current.tv_sec) * 1000000000ull; in lima_get_absolute_timeout() 55 current_ns += current.tv_nsec; in lima_get_absolute_timeout()
|
| /third_party/skia/tools/sk_app/unix/ |
| H A D | GLWindowContext_unix.cpp | 69 bool current = false; in onInitializeContext() local 99 current = true; in onInitializeContext() 107 current = false; in onInitializeContext() 126 if (!current && !glXMakeCurrent(fDisplay, fWindow, fGLContext)) { in onInitializeContext()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
| H A D | sequence_lock_test.cc | 109 for (int current = low; current < high; current *= scale) { in MultiplicativeRange() 110 result.push_back(current); in MultiplicativeRange()
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/server/ |
| H A D | apdump_server.py | 35 current = os.path.dirname(os.path.abspath(__file__)) variable 36 libs_directory = current 181 save_path = os.path.join(current, 'uploads', datetime.now().strftime('%Y%m%d%H%M%S%f')) 217 full_path = os.path.join(current, safe_path) 219 full_path = os.path.join(current, "index.html") 221 elif not is_subpath(current, full_path):
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | source-position-table.cc | 67 byte current = in EncodeInt() local 69 bytes->push_back(current); in EncodeInt() 91 byte current; in DecodeInt() local 96 current = bytes[(*index)++]; in DecodeInt() 98 ValueBits::decode(current)) in DecodeInt() 100 more = MoreBit::decode(current); in DecodeInt()
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_state_sampler.c | 347 i915->current.sampler_enable_nr = 0; in update_samplers() 348 i915->current.sampler_enable_flags = 0x0; in update_samplers() 362 i915->current.sampler[unit]); /* the result */ in update_samplers() 366 i915->current.texbuffer[unit]); /* the result */ in update_samplers() 368 i915->current.sampler_enable_nr++; in update_samplers() 369 i915->current.sampler_enable_flags |= (1 << unit); in update_samplers()
|
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | asn1_lib.c | 436 ASN1_UTF8STRING *current; in STACK_OF() local 446 current = sk_ASN1_UTF8STRING_value(text, i); in STACK_OF() 449 length += ASN1_STRING_length(current); in STACK_OF() 458 current = sk_ASN1_UTF8STRING_value(text, i); in STACK_OF() 459 length = ASN1_STRING_length(current); in STACK_OF() 464 strncpy(p, (const char *)ASN1_STRING_get0_data(current), length); in STACK_OF()
|
| /third_party/openssl/crypto/asn1/ |
| H A D | asn1_lib.c | 436 ASN1_UTF8STRING *current; in STACK_OF() local 446 current = sk_ASN1_UTF8STRING_value(text, i); in STACK_OF() 449 length += ASN1_STRING_length(current); in STACK_OF() 458 current = sk_ASN1_UTF8STRING_value(text, i); in STACK_OF() 459 length = ASN1_STRING_length(current); in STACK_OF() 464 strncpy(p, (const char *)ASN1_STRING_get0_data(current), length); in STACK_OF()
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
| H A D | syscalls.rs | 426 let current = if lim.rlim_cur == RLIM64_INFINITY as _ { in rlimit_from_linux() 436 Rlimit { current, maximum } in rlimit_from_linux() 442 let rlim_cur = match lim.current { in rlimit_to_linux() 456 let current = if lim.rlim_cur == RLIM_INFINITY as _ { in rlimit_from_linux_old() 466 Rlimit { current, maximum } in rlimit_from_linux_old() 472 let rlim_cur = match lim.current { in rlimit_to_linux_old()
|
| /third_party/rust/crates/nom/src/branch/ |
| H A D | mod.rs | 116 (__impl $($current:ident)*; $head:ident $($id: ident)+) => ( 117 alt_trait_impl!($($current)*); 119 alt_trait!(__impl $($current)* $head; $($id)+); 121 (__impl $($current:ident)*; $head:ident) => ( 122 alt_trait_impl!($($current)*); 123 alt_trait_impl!($($current)* $head);
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_debug.c | 53 saved->num_dw = cs->prev_dw + cs->current.cdw; in si_save_cs() 63 memcpy(buf, cs->current.buf, cs->current.cdw * 4); in si_save_cs() 125 /* The shader destroy code assumes a current context for unlinking of 131 * current context in the chunk. 164 struct si_shader *current = state->current; in si_dump_gfx_shader() local 166 if (!state->cso || !current) in si_dump_gfx_shader() 171 chunk->shader = current; in si_dump_gfx_shader() 172 si_shader_selector_reference(ctx, &chunk->sel, current in si_dump_gfx_shader() [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_lower_to_cssa.cpp | 294 Temp current; in try_merge_merge_set() local 296 current = set_b[i_b++]; in try_merge_merge_set() 298 current = set_a[i_a++]; in try_merge_merge_set() 301 current = set_b[i_b++]; in try_merge_merge_set() 303 current = set_a[i_a++]; in try_merge_merge_set() 305 while (!dom.empty() && !dominates(ctx, dom.back(), current)) in try_merge_merge_set() 308 if (!dom.empty() && interference(ctx, current, dom.back())) in try_merge_merge_set() 311 dom.emplace_back(current); /* otherwise, keep checking */ in try_merge_merge_set() 312 if (current != dst) in try_merge_merge_set() 313 union_set.emplace_back(current); /* maintai in try_merge_merge_set() [all...] |
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | ext.py | 113 """Return an attribute node for the current extension. This is useful 241 while parser.stream.current.type != "block_end": 258 if parser.stream.current.type == "assign": 293 if parser.stream.current.test("name:pluralize"): 296 if parser.stream.current.type != "block_end": 352 if parser.stream.current.type == "data": 353 buf.append(parser.stream.current.value.replace("%", "%%")) 355 elif parser.stream.current.type == "variable_begin": 361 elif parser.stream.current.type == "block_begin": 363 if parser.stream.current [all...] |
| /third_party/node/tools/inspector_protocol/jinja2/ |
| H A D | ext.py | 110 """Return an attribute node for the current extension. This is useful 229 while parser.stream.current.type != 'block_end': 244 if parser.stream.current.type == 'assign': 278 if parser.stream.current.test('name:pluralize'): 281 if parser.stream.current.type != 'block_end': 330 if parser.stream.current.type == 'data': 331 buf.append(parser.stream.current.value.replace('%', '%%')) 333 elif parser.stream.current.type == 'variable_begin': 339 elif parser.stream.current.type == 'block_begin': 341 if parser.stream.current [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | node.cc | 31 for (int current = 0; current < count; current++) { in ExtractFrom() 33 Use::InputIndexField::encode(current) | Use::InlineField::encode(false); in ExtractFrom() 119 for (int current = 0; current < input_count; ++current) { in NewImpl() 121 input_ptr[current] = to; in NewImpl() 122 Use* use = use_ptr - 1 - current; in NewImpl() 123 use->bit_field_ = Use::InputIndexField::encode(current) | in NewImpl() [all...] |
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | ext.py | 113 """Return an attribute node for the current extension. This is useful 241 while parser.stream.current.type != "block_end": 258 if parser.stream.current.type == "assign": 293 if parser.stream.current.test("name:pluralize"): 296 if parser.stream.current.type != "block_end": 352 if parser.stream.current.type == "data": 353 buf.append(parser.stream.current.value.replace("%", "%%")) 355 elif parser.stream.current.type == "variable_begin": 361 elif parser.stream.current.type == "block_begin": 363 if parser.stream.current [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | dxva2_mpeg2.c | 163 uint8_t *dxva_data, *current, *end; in commit_bitstream_and_slice_buffer() local 189 current = dxva_data; in commit_bitstream_and_slice_buffer() 196 if (size > end - current) { in commit_bitstream_and_slice_buffer() 200 slice->dwSliceDataLocation = current - dxva_data; in commit_bitstream_and_slice_buffer() 209 memcpy(current, &ctx_pic->bitstream[position], size); in commit_bitstream_and_slice_buffer() 210 current += size; in commit_bitstream_and_slice_buffer() 230 dsc11->DataSize = current - dxva_data; in commit_bitstream_and_slice_buffer() 241 dsc2->DataSize = current - dxva_data; in commit_bitstream_and_slice_buffer()
|
| H A D | cbs_mpeg2.c | 44 xui(width, name, current->name, 0, MAX_UINT_BITS(width), 0, ) 46 xui(width, name, current->name, 1, MAX_UINT_BITS(width), 0, ) 48 xui(width, name, current->name, 0, MAX_UINT_BITS(width), subs, __VA_ARGS__) 50 xui(width, name, current->name, 1, MAX_UINT_BITS(width), subs, __VA_ARGS__) 54 xsi(width, name, current->name, subs, __VA_ARGS__) 90 current->name = value; \ 124 if (current->name != (value)) { \ 128 #name, (int64_t)current->name, (int64_t)(value)); \
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/iterator/ |
| H A D | TestUCharacterIterator.java | 91 if (iterator.current() != ITERATION_STRING_.charAt(0)) { in TestIteration() 216 errln("current() after nextCodePointPostInc() isn't working right"); in TestIterationUChar32() 236 public int current() { in current() method in TestUCharacterIterator.UCharIterator 292 if(citer1.first() !=iter1.current()){ in TestPreviousNext() 295 if(citer2.first() !=iter2.current()){ in TestPreviousNext() 298 if(citer3.first() !=iter3.current()){ in TestPreviousNext() 344 // - for previous(), 0 for current(), + for next() in previousNext() 368 c2=iter32.current(); in previousNext() 376 // copy the moves until the current (m) move, and terminate in previousNext() 385 // copy the moves until the current ( in previousNext() [all...] |