HomeSort by relevance Sort by last modified time
    Searched defs:offsets (Results 76 - 100 of 128) sorted by null

1 2 34 5 6

  /external/icu4c/common/
ucnvisci.c 893 int32_t* offsets = args->offsets; local
    [all...]
ucnv2022.c 26 * 10/31/2000 Ram Implemented offsets logic functions
408 int32_t **offsets,
414 offsets, sourceIndex, pErrorCode);
1638 int32_t* offsets = args->offsets; local
2329 int32_t* offsets = args->offsets; local
2595 int32_t *offsets = args->offsets; local
2890 int32_t* offsets = args->offsets; local
    [all...]
ucnvmbcs.c 1889 int32_t *offsets; local
2041 int32_t *offsets; local
2321 int32_t *offsets; local
3262 int32_t *offsets; local
3494 int32_t *offsets; local
3670 int32_t *offsets; local
3927 int32_t *offsets; local
    [all...]
unames.c 527 * expands them into offsets and lengths for each string.
532 * The offsets and lengths arrays must be at least 33 (one more) long because
537 uint16_t offsets[LINES_PER_GROUP+1], uint16_t lengths[LINES_PER_GROUP+1]) {
560 *offsets++=offset;
572 *offsets++=offset;
591 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
593 s=expandGroupLengths(s, offsets, lengths);
594 return expandName(names, s+offsets[lineNumber], lengths[lineNumber], nameChoice,
624 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
627 s=expandGroupLengths(s, offsets, lengths)
1352 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
2004 uint16_t offsets[LINES_PER_GROUP+1], lengths[LINES_PER_GROUP+1]; local
    [all...]
  /external/icu4c/i18n/
translit.cpp 199 UTransPosition offsets; local
200 offsets.contextStart= start;
201 offsets.contextLimit = limit;
202 offsets.start = start;
203 offsets.limit = limit;
204 filteredTransliterate(text, offsets, FALSE, TRUE);
205 return offsets.limit;
    [all...]
  /external/icu4c/test/cintltst/
ncnvtst.c 163 int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; local
170 expected, sizeof(expected), "ibm-1363", offsets , TRUE, U_ZERO_ERROR))
177 expected, sizeof(expected), "ibm-1363", offsets, TRUE, U_ZERO_ERROR))
193 int32_t offsets[] = {0,0,0,0,0,1,1,2,2,2,2,3,5 };
200 expected, sizeof(expected), "iso-2022-jp", offsets , TRUE, U_ZERO_ERROR))
218 static const int32_t offsets[] = {
230 expected, sizeof(expected), "iso-2022-cn", offsets , TRUE, U_ZERO_ERROR))
246 static const int32_t offsets[] = {-1, -1, -1, -1,
260 expected, sizeof(expected), "iso-2022-kr", offsets , TRUE, U_ZERO_ERROR))
278 static const int32_t offsets[] = {0,0,0,0 local
299 static const int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, local
378 static const int32_t offsets[] = { 0x00, 0x00}; local
601 static const int32_t offsets[] = { 0x00, 0x00, 0x00, 1}; local
1542 static const int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; local
1718 static const int32_t offsets[] = {0,0,0,0, local
1755 int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, local
    [all...]
  /external/quake/quake/src/WinQuake/
bspfile.h 108 unsigned offsets[MIPLEVELS]; // four mip maps stored member in struct:miptex_s
model.h 76 unsigned offsets[MIPLEVELS]; // four mip maps stored member in struct:texture_s
gl_model.h 86 unsigned offsets[MIPLEVELS]; // four mip maps stored member in struct:texture_s
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 161 jlong* offsets = (jlong*)env->GetPrimitiveArrayCritical(outOffsets, 0); local
162 if (offsets == NULL) {
167 offsets[0] = startOffset;
168 offsets[1] = length;
170 env->ReleasePrimitiveArrayCritical(outOffsets, offsets, 0);
    [all...]
  /hardware/invensense/mlsdk/mllite/
mlFIFO.c 133 int offsets[REF_LAST * 4]; member in struct:fifo_obj
267 int *fifo_offsets_ptr = fifo_obj.offsets;
744 p[fifo_obj.offsets[kk]] = *dmpData++;
    [all...]
  /bionic/libc/kernel/common/linux/
videodev.h 190 int offsets[VIDEO_MAX_FRAME]; member in struct:video_mbuf
  /development/ndk/platforms/android-3/include/linux/
videodev.h 173 int offsets[VIDEO_MAX_FRAME]; member in struct:video_mbuf
  /external/chromium/net/base/
net_util.cc 806 // reformatting offsets results.
860 // Clamp the offsets to the source area.
882 // Restore all offsets which were not affected by FormatUrlInternal.
894 // is an array of offsets into |output| each of which will be adjusted based on
913 // Compose a list of offsets within the component area.
1335 std::vector<size_t> offsets; local
1800 std::vector<size_t> offsets; local
1829 std::vector<size_t> offsets; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 303 * Branch offsets and the exception table are also updated.
325 * Branch offsets and the exception table are also updated.
350 * Branch offsets and the exception table are also updated.
376 * Branch offsets and the exception table are also updated.
398 * Branch offsets and the exception table are also updated.
423 * Branch offsets and the exception table are also updated.
470 * Branch offsets and the exception table are also updated.
487 * Branch offsets and the exception table are also updated.
509 * Branch offsets and the exception table are also updated.
526 * Branch offsets and the exception table are also updated
1187 int[] offsets = new int[size]; local
1201 int[] offsets = new int[npairs]; local
1449 int[] offsets; field in class:CodeIterator.Switcher
    [all...]
  /external/kernel-headers/original/linux/
videodev.h 160 __u32 x,y; /* Offsets into image */
193 int offsets[VIDEO_MAX_FRAME]; member in struct:video_mbuf
  /external/mesa3d/src/glsl/
ir.h 1231 /** Explicit texel offsets. */
1232 signed char offsets[3]; member in class:ir_texture
    [all...]
  /external/pcre/
pcregrep.c 232 { OP_NODATA, N_FOFFSETS, NULL, "file-offsets", "output file offsets, not text" },
240 { OP_NODATA, N_LOFFSETS, NULL, "line-offsets", "output line numbers and offsets, not text" },
940 offsets the offets vector to fill in
949 match_patterns(char *matchptr, size_t length, int *offsets, int *mrc)
962 PCRE_NOTEMPTY, offsets, OFFSET_SIZE);
1018 int offsets[OFFSET_SIZE]; local
    [all...]
pcretest.c 1189 int *offsets = NULL; local
    [all...]
  /external/quake/quake/src/QW/client/
gl_model.h 89 unsigned offsets[MIPLEVELS]; // four mip maps stored member in struct:texture_s
model.h 87 unsigned offsets[MIPLEVELS]; // four mip maps stored member in struct:texture_s
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 143 __u32 x,y; /* Offsets into image */
176 int offsets[VIDEO_MAX_FRAME]; member in struct:video_mbuf
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 173 int offsets[VIDEO_MAX_FRAME]; member in struct:video_mbuf
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
videodev.h 173 int offsets[VIDEO_MAX_FRAME]; member in struct:video_mbuf
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
videodev.h 173 int offsets[VIDEO_MAX_FRAME]; member in struct:video_mbuf

Completed in 1623 milliseconds

1 2 34 5 6