Home
last modified time | relevance | path

Searched refs:first_ptr (Results 1 – 3 of 3) sorted by relevance

/third_party/lame/libmp3lame/
Dbitstream.c808 int last_ptr, first_ptr; in compute_flushbits() local
809 first_ptr = esv->w_ptr; /* first header to add to bitstream */ in compute_flushbits()
821 remaining_headers = 1 + last_ptr - first_ptr; in compute_flushbits()
822 if (last_ptr < first_ptr) in compute_flushbits()
823 remaining_headers = 1 + last_ptr - first_ptr + MAX_HEADER_BUF; in compute_flushbits()
849 DEBUGF(gfc, "first header write_timing = %i \n", esv->header[first_ptr].write_timing); in compute_flushbits()
851 DEBUGF(gfc, "first_ptr, last_ptr %i %i \n", first_ptr, last_ptr); in compute_flushbits()
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/compute/workgroup_memory_explicit_layout/
Dcopy_memory_two_invocations.amber101 %first_ptr = OpAccessChain %uint_pc_ptr %push_constants %const_uint_0
103 %first = OpLoad %uint %first_ptr
Dcopy_memory_variable_pointers.amber104 %first_ptr = OpAccessChain %uint_pc_ptr %push_constants %const_uint_0
106 %first = OpLoad %uint %first_ptr