HomeSort by relevance Sort by last modified time
    Searched full:last (Results 376 - 400 of 22121) sorted by null

<<11121314151617181920>>

  /external/bison/src/
Sbitset.c 55 Sbitset last = self + Sbitset__nbytes (nbits) - 1; local
56 for (; self < last; ++self)
59 return ((*last) & Sbitset__last_byte_mask (nbits)) == 0;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
TBCPadding.java 10 * This padding pads the block out with the compliment of the last bit
42 * Note: this assumes that the last block of plain text is always
45 * should be the same as the last block of plain text.
  /external/harfbuzz_ng/src/
hb-set.cc 226 * @last:
235 hb_codepoint_t last)
237 set->add_range (first, last);
260 * @last:
269 hb_codepoint_t last)
271 set->del_range (first, last);
456 * @last: (inout): input current last and output last codepoint in the range.
459 * are greater than current value of @last
    [all...]
  /external/libcxx/test/std/re/re.regex/re.regex.construct/
iter_iter.pass.cpp 15 // basic_regex(ForwardIterator first, ForwardIterator last);
24 test(Iter first, Iter last, unsigned mc)
26 std::basic_regex<typename std::iterator_traits<Iter>::value_type> r(first, last);
  /external/libvorbis/doc/
vorbis-clip.txt 41 is, 'complete samples-to-date' up to the last completed packet of that
52 and/or ends before the physical PCM data represented in the last
58 integral number of packets; such a file is encoded with the last
63 the character of the last frame. Simply setting them to zero will
65 noise. Libvorbis extrapolates the last frame past the end of data to
66 produce the extra samples. Even simply duplicating the last value is
71 position in the last page to a short value, that is, the last
74 last page is too many; it is 'original' + 'extra', where the
75 granulepos says that through the last packet we only have 'original
    [all...]
  /external/libweave/src/
string_utils.h 34 InputIterator last) {
36 if (first == last)
39 for (++first; first != last; ++first) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 277 ir_expression *last = NULL; local
287 if (last) {
288 last = new(mem_ctx) ir_expression(ir_binop_add,
291 last);
293 last = temp;
296 assign(ir, 0, last);
309 ir_expression *last = NULL; local
325 if (last) {
326 last = new(mem_ctx) ir_expression(join,
329 last);
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
overuse_detector.h 31 // offset. |timestamp_delta| is the delta between the last timestamp which the
32 // estimated offset is based on and the last timestamp on which the last
  /external/zlib/src/contrib/ada/
zlib-streams.adb 92 Stream.Rest_First := Stream.Buffer'Last + 1;
93 Stream.Rest_Last := Stream.Buffer'Last;
106 Last : Stream_Element_Offset;
109 Flush (Stream.Writer, Buffer, Last, Mode);
111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last));
113 exit when Last < Buffer'Last;
133 Last : out Stream_Element_Offset)
138 Last : out Stream_Element_Offset);
146 Last : out Stream_Element_Offset) i
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
iter_iter.pass.cpp 15 // basic_regex(ForwardIterator first, ForwardIterator last);
24 test(Iter first, Iter last, unsigned mc)
26 std::basic_regex<typename std::iterator_traits<Iter>::value_type> r(first, last);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 62 SEL_LAST='sel.last'
99 LAST='last'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 62 SEL_LAST='sel.last'
99 LAST='last'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 62 SEL_LAST='sel.last'
99 LAST='last'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 62 SEL_LAST='sel.last'
99 LAST='last'
  /system/extras/memory_replay/tests/
LineBufferTest.cpp 81 line_data += "Third line is last.\n";
100 ASSERT_STREQ("Third line is last.", line);
101 ASSERT_EQ(sizeof("Third line is last.") - 1, line_len);
110 line_data += "Third line is last no newline.";
129 ASSERT_STREQ("Third line is last no newline.", line);
130 ASSERT_EQ(sizeof("Third line is last no newline.") - 1, line_len);
139 line_data += "Third line is last.\n";
159 ASSERT_STREQ("Third line is last.", line);
160 ASSERT_EQ(sizeof("Third line is last.") - 1, line_len);
174 line_data += "Third line is last.\n"
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
ldr-t-bad.l 4 [^:]*:16: Error: branch must be last instruction in IT block -- `ldrge r15,\[r15,#4\]'
5 [^:]*:25: Error: branch must be last instruction in IT block -- `ldrge r15,.0x4'
7 [^:]*:36: Error: branch must be last instruction in IT block -- `ldrge r15,\[r15,r1\]'
  /art/test/800-smali/smali/
b_20224106.smali 4 # an order abort (the last failure must be hard).
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcstok.c 42 wchar_t ** __restrict last)
48 if (s == NULL && (s = *last) == NULL)
62 *last = NULL;
80 *last = s;
  /build/tools/droiddoc/templates-sdk-dev/
lists.cs 6 ?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>", deprecated:"<?cs var:page.deprecated ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
  /cts/tests/tests/text/src/android/text/method/cts/
ArrowKeyMovementMethodTest.java 111 * and checking the assertion at last.
189 // last line
196 // last line
209 // last line
220 // last line
233 // last line
246 // last line
254 // last line
261 // last line
273 // last lin
    [all...]
  /cts/tools/dasm/src/java_cup/runtime/
char_token.java 9 * @version last updated: 1/7/96
double_token.java 9 * @version last updated: 1/7/96
float_token.java 9 * @version last updated: 1/7/96
int_token.java 9 * @version last updated: 11/25/95
long_token.java 9 * @version last updated: 1/7/96

Completed in 390 milliseconds

<<11121314151617181920>>