Searched refs:rindex (Results 1 - 25 of 30) sorted by relevance

12

/external/clang/test/Sema/
H A Dimplicit-builtin-redecl.c26 typedef int rindex; typedef
H A Dbuiltins-gnu-mode.c11 int rindex; variable
H A Dknr-def-call.c22 char *rindex();
25 char *rindex(s, c) function
/external/clang/test/Preprocessor/
H A Dpragma_poison.c3 #pragma GCC poison rindex
4 rindex(some_string, 'h'); // expected-error {{attempt to use a poisoned identifier}}
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollationKey.java519 int rindex = 0;
526 result[rindex++] = m_key_[index++];
530 result[rindex++] = MERGE_SEPERATOR_;
535 result[rindex++] = source.m_key_[sourceindex++];
545 result[rindex++] = Collation.LEVEL_SEPARATOR_BYTE;
557 System.arraycopy(m_key_, index, result, rindex, remainingLength);
558 rindex += remainingLength;
561 System.arraycopy(source.m_key_, sourceindex, result, rindex, remainingLength);
562 rindex += remainingLength;
564 result[rindex]
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollationKey.java531 int rindex = 0;
538 result[rindex++] = m_key_[index++];
542 result[rindex++] = MERGE_SEPERATOR_;
547 result[rindex++] = source.m_key_[sourceindex++];
557 result[rindex++] = Collation.LEVEL_SEPARATOR_BYTE;
569 System.arraycopy(m_key_, index, result, rindex, remainingLength);
570 rindex += remainingLength;
573 System.arraycopy(source.m_key_, sourceindex, result, rindex, remainingLength);
574 rindex += remainingLength;
576 result[rindex]
[all...]
/external/valgrind/memcheck/tests/
H A Dstrchr.stderr.exp10 at 0x........: rindex (vg_replace_strmem.c:...)
H A Dstr_tester.c634 it = "rindex";
635 check (rindex ("abcd", 'z') == NULL, 1); /* Not found. */
637 check (rindex (one, 'c') == one+2, 2); /* Basic test. */
638 check (rindex (one, 'd') == one+3, 3); /* End of string. */
639 check (rindex (one, 'a') == one, 4); /* Beginning. */
640 check (rindex (one, '\0') == one+4, 5); /* Finding NUL. */
642 check (rindex (one, 'b') == one+3, 6); /* Finding last. */
644 check (rindex (one, 'b') == NULL, 7); /* Empty string. */
645 check (rindex (one, '\0') == one, 8); /* NUL in empty string. */
1461 /* rindex
[all...]
/external/ltp/tools/pounder21/
H A Dinfinite_loop.c81 progname = rindex(argv[3], '/');
88 progname = rindex(argv[1], '/');
H A Dtimed_loop.c98 progname = rindex(argv[4], '/');
105 progname = rindex(argv[2], '/');
H A Dfancy_timed_loop.c96 progname = rindex(argv[7], '/');
103 progname = rindex(argv[5], '/');
H A Drun.c170 c = rindex(argv[1], '/');
544 last_slash = rindex(buf2, '/');
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
H A Depoll-test.c81 int nbytes, rindex; member in struct:eph_conn
132 conn->nbytes = conn->rindex = 0;
296 if (conn->rindex && conn->rindex < conn->nbytes) {
297 memmove(conn->buffer, conn->buffer + conn->rindex,
298 conn->nbytes - conn->rindex);
299 conn->nbytes -= conn->rindex;
303 conn->rindex = 0;
332 if (conn->nbytes > conn->rindex) {
333 if ((nline = memchr(conn->buffer + conn->rindex, '\
[all...]
/external/protobuf/ruby/lib/google/protobuf/
H A Drepeated_field.rb77 :rindex, :rotate, :sample, :shuffle, :shelljoin, :slice,
/external/valgrind/exp-sgcheck/
H A Dh_intercepts.c62 // Apparently rindex() is the same thing as strrchr()
64 STRRCHR(VG_Z_LIBC_SONAME, rindex)
67 STRRCHR(VG_Z_LD_LINUX_SO_2, rindex)
70 STRRCHR(VG_Z_DYLD, rindex)
/external/libjpeg-turbo/java/
H A DTJBench.java96 int rindex = TJ.getRedOffset(pixelFormat);
102 dstBuf[dstPtr + rindex] = (byte)((rgb[rgbPtr] >> 16) & 0xff);
117 int rindex = TJ.getRedOffset(pixelFormat);
122 int pixel = (srcBuf[srcPtr + rindex] & 0xff) << 16 |
249 int rindex = index2 + TJ.getRedOffset(pf);
252 int lum = (int)((double)(srcBuf[rindex] & 0xff) * 0.299 +
257 dstBuf[rindex] = (byte)Math.abs((dstBuf[rindex] & 0xff) - lum);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb153 space = name[ 0...( name.rindex( '::' ) || 0 ) ]
/external/libmtp/examples/
H A Dpathutils.c138 ptype = rindex(filename,'.');
/external/libvncserver/test/
H A Dtjbench.c175 int rindex=index2+tjRedOffset[pf]; local
178 int y=(int)((double)srcbuf[rindex]*0.299
182 dstbuf[rindex]=abs(dstbuf[rindex]-y);
/external/libjpeg-turbo/
H A Dtjbench.c245 int rindex=index2+tjRedOffset[pf]; local
248 int y=(int)((double)srcbuf[rindex]*0.299
253 dstbuf[rindex]=abs(dstbuf[rindex]-y);
/external/markdown/markdown/
H A D__init__.py404 end = output.rindex('</%s>'%DOC_TAG)
/external/swiftshader/third_party/LLVM/autoconf/m4/
H A Dltdl.m487 AC_CHECK_FUNCS([strrchr rindex], [break])
/external/valgrind/shared/
H A Dvg_replace_strmem.c196 // Apparently rindex() is the same thing as strrchr()
199 STRRCHR(VG_Z_LIBC_SONAME, rindex)
204 STRRCHR(VG_Z_LD_LINUX_SO_2, rindex)
212 //STRRCHR(VG_Z_LIBC_SONAME, rindex)
214 //STRRCHR(VG_Z_DYLD, rindex)
222 STRRCHR(VG_Z_LIBC_SONAME, rindex)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb624 @column = skipped.length - skipped.rindex( "\n" ) - 1
/external/autotest/utils/
H A Dexternal_packages.py110 self.dist_name = self.local_filename[:self.local_filename.rindex('-')]

Completed in 810 milliseconds

12