HomeSort by relevance Sort by last modified time
    Searched full:longindex (Results 1 - 9 of 9) sorted by null

  /external/icu/icu4c/source/test/perf/usetperf/
bitset.cpp 31 uint32_t longIndex = bitIndex >> 5;
33 return (longIndex < len) ? (((data[longIndex] >> bitInLong) & 1) != 0)
38 uint32_t longIndex = bitIndex >> 5;
40 if (longIndex >= len) {
41 ensureCapacity(longIndex+1);
43 data[longIndex] |= (1 << bitInLong);
  /external/marisa-trie/tools/
cmdopt.c 176 h->longindex = cmdopt_match(h);
177 if (h->longindex < 0) {
183 option = h->longopts + h->longindex;
214 h->longindex = 0;
259 h->longindex = 0;
274 h->longopts[h->longindex].name);
289 h->longopts[h->longindex].name, h->optarg);
cmdopt.h 43 int longindex; // Index of the last long option. member in struct:cmdopt_t_
  /external/marisa-trie/v0_1_5/tools/
cmdopt.c 176 h->longindex = cmdopt_match(h);
177 if (h->longindex < 0) {
183 option = h->longopts + h->longindex;
214 h->longindex = 0;
259 h->longindex = 0;
274 h->longopts[h->longindex].name);
289 h->longopts[h->longindex].name, h->optarg);
cmdopt.h 43 int longindex; // Index of the last long option. member in struct:cmdopt_t_
  /external/fio/lib/
getopt_long.c 43 const struct option *longopts, int *longindex)
93 if (longindex)
94 *longindex = lo-longopts;
  /system/core/fastboot/
fastboot.cpp 989 int longindex; local
1006 c = getopt_long(argc, argv, "wub:k:n:r:t:s:S:lp:c:i:m:h", longopts, &longindex);
1068 if (strcmp("unbuffered", longopts[longindex].name) == 0) {
1071 } else if (strcmp("version", longopts[longindex].name) == 0) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /external/lldb/include/lldb/Interpreter/
Options.h 51 /// int getopt_long_only(int argc, char * const *argv, const char *optstring, const struct option *longopts, int *longindex);

Completed in 444 milliseconds