/external/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
2012-06-15-lsr-noaddrmode.ll | 13 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32 15 ; LSR Use: Kind=ICmpZero, Offsets={0}, widest fixup type: i32 17 ; LSR Use: Kind=Address of i32, Offsets={0}, widest fixup type: i32* 19 ; LSR Use: Kind=Address of i32, Offsets={0}, widest fixup type: i32* 21 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32 26 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i32 28 ; LSR Use: Kind=ICmpZero, Offsets={0}, widest fixup type: i32 30 ; LSR Use: Kind=Address of i32, Offsets={0}, widest fixup type: i32* 32 ; LSR Use: Kind=Address of i32, Offsets={0}, widest fixup type: i32* 34 ; LSR Use: Kind=Special, Offsets={0}, all-fixups-outside-loop, widest fixup type: i3 [all...] |
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga_overlay.h | 124 * Computes the size, pitches and offsets for YUV frames. 130 * Pitches and offsets for the given YUV frame are put in 'pitches' 131 * and 'offsets' respectively. They are both optional though. 142 uint32 *offsets) // OUT (optional) 148 if (offsets) { 149 offsets[0] = 0; 163 if (offsets) { 164 offsets[1] = *size; 176 if (offsets) { 177 offsets[2] = *size [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
mask.c | 57 VGint *offsets, 65 offsets[0] = 0; 66 offsets[1] = 0; 71 offsets[0] -= tx; 75 offsets[2] = location[2]; 77 offsets[2] = MIN2(twidth, MIN2(dwidth - tx, swidth )); 78 location[2] = offsets[2]; 82 offsets[1] -= ty; 86 offsets[3] = location[3]; 88 offsets[3] = MIN2(theight, MIN2(dheight - ty, sheight)) 285 VGint offsets[4], loc[4]; local [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
mask.c | 57 VGint *offsets, 65 offsets[0] = 0; 66 offsets[1] = 0; 71 offsets[0] -= tx; 75 offsets[2] = location[2]; 77 offsets[2] = MIN2(twidth, MIN2(dwidth - tx, swidth )); 78 location[2] = offsets[2]; 82 offsets[1] -= ty; 86 offsets[3] = location[3]; 88 offsets[3] = MIN2(theight, MIN2(dheight - ty, sheight)) 285 VGint offsets[4], loc[4]; local [all...] |
/external/icu/icu4c/source/i18n/ |
quantityformatter.cpp | 168 int32_t offsets[1]; local 169 pattern->format(params, LENGTHOF(params), appendTo, offsets, LENGTHOF(offsets), status); 170 if (offsets[0] != -1) { 172 pos.setBeginIndex(fpos.getBeginIndex() + offsets[0]); 173 pos.setEndIndex(fpos.getEndIndex() + offsets[0]);
|
/dalvik/libdex/ |
DexDataMap.h | 29 u4* offsets; /* array of item offsets */ member in struct:DexDataMap 45 * all previously added offsets.
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/generated/ |
compact_lang_det_generated_ctjkvz_0.cc | 15 // Table offsets for byte 2-of-3 and byte 3-of-4 are 16 // multiplied by 16; offsets for 3-of-3 and 4-of-4 are 34 // state[0] 0x000000 Byte 1 (row Ex offsets 16x small)
|
/bionic/libc/tools/zoneinfo/ |
ZoneCompactor.java | 33 // File offsets by zone name. 34 private Map<String,Integer> offsets = new HashMap<String,Integer>(); field in class:ZoneCompactor 79 offsets.put(s, offset); 95 offsets.put(from, offsets.get(to)); 113 // Write dummy values for the three offsets, and remember where we need to seek back to later 126 sortedOlsonIds.addAll(offsets.keySet()); 136 f.writeInt(offsets.get(zoneName)); 158 // Go back and fix up the offsets in the header.
|
/external/chromium_org/third_party/ots/src/ |
vdmx.h | 39 std::vector<uint16_t> offsets; member in struct:ots::OpenTypeVDMX
|
/dalvik/dx/src/com/android/dx/cf/cst/ |
ConstantPoolParser.java | 62 /** {@code non-null;} byte offsets to each cst */ 63 private final int[] offsets; field in class:ConstantPoolParser 85 this.offsets = new int[size]; 136 "constant_pool_count: " + Hex.u2(offsets.length)); 145 BitSet wasUtf8 = new BitSet(offsets.length); 147 for (int i = 1; i < offsets.length; i++) { 148 int offset = offsets[i]; 155 for (int i = 1; i < offsets.length; i++) { 160 int offset = offsets[i]; 162 for (int j = i + 1; j < offsets.length; j++) [all...] |
/external/chromium_org/chrome/browser/history/ |
in_memory_url_index_types.h | 56 // Extracts and returns the offsets from |matches|. This includes both 57 // the offsets corresponding to the beginning of a match and the offsets 61 // Replaces the offsets and lengths in |matches| with those given in |offsets|. 62 // |offsets| gives beginning and ending offsets for each match; this function 67 const std::vector<size_t>& offsets); 76 // A vector that contains the offsets at which each word starts within a string. 84 // not NULL then clears and pushes the offsets withi [all...] |
in_memory_url_index_types.cc | 38 // Comparison function for sorting TermMatches by their offsets. 61 std::vector<size_t> offsets; local 64 offsets.push_back(i->offset); 65 offsets.push_back(i->offset + i->length); 67 return offsets; 71 const std::vector<size_t>& offsets) { 72 DCHECK_EQ(2 * matches.size(), offsets.size()); 74 std::vector<size_t>::const_iterator offset_iter = offsets.begin();
|
/external/chromium_org/third_party/libvpx/ |
unpack_lib_posix.gypi | 19 # 'unpack_lib_name':'offsets.o' 24 # extracts 'offsets.o' to 'output' directory.
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
vertarr.c | 159 int offsets[4]; local 184 offsets[i] = (modes[idx][i].count != 0) ? size : -1; 192 if (offsets[0] >= 0) { 197 if (offsets[1] >= 0) { 201 (const char *) pointer + offsets[1]); 203 if (offsets[2] >= 0) { 206 (const char *) pointer + offsets[2]); 211 (const char *) pointer + offsets[3]);
|
/external/libvpx/ |
libvpx.mk | 23 include $(LOCAL_PATH)/libvpx-offsets.mk 30 include $(LOCAL_PATH)/libvpx-offsets.mk
|
/external/mesa3d/src/glx/ |
vertarr.c | 159 int offsets[4]; local 184 offsets[i] = (modes[idx][i].count != 0) ? size : -1; 192 if (offsets[0] >= 0) { 197 if (offsets[1] >= 0) { 201 (const char *) pointer + offsets[1]); 203 if (offsets[2] >= 0) { 206 (const char *) pointer + offsets[2]); 211 (const char *) pointer + offsets[3]);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_matrix_filter.c | 79 struct vertex2f *offsets, const float *matrix_values) 112 if (matrix_values[i] != 0.0f && !is_vec_zero(offsets[i])) { 114 i_vtex, ureg_imm2f(shader, offsets[i].x, offsets[i].y)); 122 struct ureg_src src = is_vec_zero(offsets[i]) ? i_vtex : ureg_src(t_array[i]); 160 struct vertex2f *offsets, v, sizes; local 217 offsets = MALLOC(sizeof(struct vertex2f) * num_offsets); 218 if (!offsets) 226 offsets[i++] = v; 229 offsets[i].x /= video_width [all...] |
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_matrix_filter.c | 79 struct vertex2f *offsets, const float *matrix_values) 112 if (matrix_values[i] != 0.0f && !is_vec_zero(offsets[i])) { 114 i_vtex, ureg_imm2f(shader, offsets[i].x, offsets[i].y)); 122 struct ureg_src src = is_vec_zero(offsets[i]) ? i_vtex : ureg_src(t_array[i]); 160 struct vertex2f *offsets, v, sizes; local 217 offsets = MALLOC(sizeof(struct vertex2f) * num_offsets); 218 if (!offsets) 226 offsets[i++] = v; 229 offsets[i].x /= video_width [all...] |
/external/libunwind/src/x86/ |
offsets.h | 1 /* Linux-specific definitions: (these are the C library offsets and not the kernel ones) */ 3 /* Define various structure offsets to simplify cross-compilation. */ 5 /* Offsets for x86 Linux "ucontext_t": */ 23 /* Offsets for x86 Linux "struct sigcontext": */ 54 /* Offsets for x86 Linux "struct _fpstate": */
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
trxhdr.h | 45 * as below where size of "offsets" field will vary as per the TRX version. 57 uint32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of header */ member in struct:trx_header 59 uint32 offsets[1]; /* Offsets of partitions from start of header */ member in struct:trx_header
|
/frameworks/base/core/jni/android/graphics/ |
YuvToJpegEncoder.cpp | 25 int height, int* offsets, int jpegQuality) { 43 compress(&cinfo, (uint8_t*) inYuv, offsets); 72 uint8_t* yuv, int* offsets) { 84 uint8_t* yPlanar = yuv + offsets[0]; 85 uint8_t* vuPlanar = yuv + offsets[1]; //width * height; 148 uint8_t* yuv, int* offsets) { 164 uint8_t* yuvOffset = yuv + offsets[0]; 220 jint format, jint width, jint height, jintArray offsets, 226 jint* imgOffsets = env->GetIntArrayElements(offsets, NULL); 237 env->ReleaseIntArrayElements(offsets, imgOffsets, 0) [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_cnt.cpp | 72 tbl->offsets = NULL; 138 if(table->offsets != NULL) { 139 uprv_free(table->offsets); 141 table->offsets = (int32_t *)uprv_malloc(table->size*sizeof(int32_t)); 142 if(table->offsets == NULL) { 150 table->offsets[i] = table->position+mainOffset; 161 uprv_free(table->offsets); 162 table->offsets = NULL; 173 uprv_free(table->offsets); 174 table->offsets = NULL [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucnvscsu.c | 68 /* use table of predefined fixed offsets for values from fixedThreshold */ 72 /* constant offsets for the 8 static windows */ 84 /* initial offsets for the 8 dynamic (sliding) windows */ 96 /* Table of fixed predefined Offsets */ 119 /* dynamic window offsets, intitialize to default values from initialDynamicOffsets */ 236 int32_t *offsets; local 253 offsets=pArgs->offsets; 295 if(offsets!=NULL) { 296 *offsets++=sourceIndex 1015 int32_t *offsets; local [all...] |
ucnv_cb.c | 30 /* need to update the offsets when the target moves. */ 31 /* Note: Recursion may occur in the cb functions, be sure to update the offsets correctly 49 &args->offsets, offsetIndex, 86 NULL, /* no offsets */ 90 if(args->offsets) 94 *(args->offsets)++ = offsetIndex; 240 &args->offsets, offsetIndex,
|
/external/icu/icu4c/source/common/ |
ucnvscsu.c | 69 /* use table of predefined fixed offsets for values from fixedThreshold */ 73 /* constant offsets for the 8 static windows */ 85 /* initial offsets for the 8 dynamic (sliding) windows */ 97 /* Table of fixed predefined Offsets */ 120 /* dynamic window offsets, intitialize to default values from initialDynamicOffsets */ 237 int32_t *offsets; local 254 offsets=pArgs->offsets; 296 if(offsets!=NULL) { 297 *offsets++=sourceIndex 1016 int32_t *offsets; local [all...] |