HomeSort by relevance Sort by last modified time
    Searched refs:u4 (Results 51 - 75 of 277) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/dex/file/
MethodAnnotationStruct.java 91 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
93 Hex.u4(annotationsOff));
MethodIdsSection.java 84 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
ProtoIdsSection.java 91 out.annotate(4, "proto_ids_size: " + Hex.u4(sz));
92 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
ClassDefItem.java 188 out.annotate(4, " class_idx: " + Hex.u4(classIdx));
191 out.annotate(4, " superclass_idx: " + Hex.u4(superIdx) +
194 out.annotate(4, " interfaces_off: " + Hex.u4(interOff));
202 out.annotate(4, " source_file_idx: " + Hex.u4(sourceFileIdx) +
205 out.annotate(4, " annotations_off: " + Hex.u4(annoOff));
206 out.annotate(4, " class_data_off: " + Hex.u4(dataOff));
208 Hex.u4(staticValuesOff));
ProtoIdItem.java 148 out.annotate(4, " shorty_idx: " + Hex.u4(shortyIdx) +
150 out.annotate(4, " return_type_idx: " + Hex.u4(returnIdx) +
152 out.annotate(4, " parameters_off: " + Hex.u4(paramsOff));
AnnotationSetItem.java 140 out.annotate(4, " size: " + Hex.u4(size));
151 Hex.u4(offset));
ParameterAnnotationStruct.java 116 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
118 Hex.u4(annotationsOff));
StringIdsSection.java 85 out.annotate(4, "string_ids_size: " + Hex.u4(sz));
86 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
TypeIdsSection.java 95 out.annotate(4, "type_ids_size: " + Hex.u4(sz));
96 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
  /dalvik/dx/src/com/android/dx/io/instructions/
ShortArrayCodeOutput.java 84 public void write(short u0, short u1, short u2, short u3, short u4) {
89 write(u4);
  /dalvik/libdex/
DexProto.h 81 u4 protoIdx; /* index into proto_ids table of dexFile */
157 * Compute the number of parameter words (u4 units) required by the
220 u4 dexParameterIteratorNextIndex(DexParameterIterator* pIterator);
Leb128.h 133 DEX_INLINE u1* writeUnsignedLeb128(u1* ptr, u4 data)
152 DEX_INLINE int unsignedLeb128Size(u4 data)
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDefItem.java 190 out.annotate(4, " class_idx: " + Hex.u4(classIdx));
193 out.annotate(4, " superclass_idx: " + Hex.u4(superIdx) +
196 out.annotate(4, " interfaces_off: " + Hex.u4(interOff));
204 out.annotate(4, " source_file_idx: " + Hex.u4(sourceFileIdx) +
207 out.annotate(4, " annotations_off: " + Hex.u4(annoOff));
208 out.annotate(4, " class_data_off: " + Hex.u4(dataOff));
210 Hex.u4(staticValuesOff));
ProtoIdItem.java 151 out.annotate(4, " shorty_idx: " + Hex.u4(shortyIdx) +
153 out.annotate(4, " return_type_idx: " + Hex.u4(returnIdx) +
155 out.annotate(4, " parameters_off: " + Hex.u4(paramsOff));
AnnotationSetItem.java 139 out.annotate(4, " size: " + Hex.u4(size));
150 Hex.u4(offset));
ParameterAnnotationStruct.java 115 out.annotate(4, " method_idx: " + Hex.u4(methodIdx));
117 Hex.u4(annotationsOff));
StringIdsSection.java 91 out.annotate(4, "string_ids_size: " + Hex.u4(sz));
92 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
TypeIdsSection.java 89 out.annotate(4, "type_ids_size: " + Hex.u4(sz));
90 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
AnnotationsDirectoryItem.java 293 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff));
295 Hex.u4(fieldsSize));
297 Hex.u4(methodsSize));
299 Hex.u4(parametersSize));
  /external/elfutils/libdw/
memory-access.h 168 uint32_t u4; member in union:unaligned
209 return up->u4;
216 return bswap_32 (up->u4);
217 return up->u4;
224 return (int32_t) bswap_32 (up->u4);
  /dalvik/dexgen/src/com/android/dexgen/util/
Hex.java 52 public static String u4(int v) { method in class:Hex
106 return u4(v);
279 default: astr = Hex.u4(outOffset); break;
  /dalvik/dx/src/com/android/dx/util/
Hex.java 52 public static String u4(int v) { method in class:Hex
106 return u4(v);
279 default: astr = Hex.u4(outOffset); break;
  /external/smali/util/src/main/java/org/jf/util/
Hex.java 64 public static String u4(int v) { method in class:Hex
118 return u4(v);
291 default: astr = Hex.u4(outOffset); break;
  /external/mesa3d/src/mesa/main/
formats.csv 202 MESA_FORMAT_A4B4G4R4_UINT , packed, 1, 1, 1, u4 , u4 , u4 , u4 , wzyx, rgb
203 MESA_FORMAT_R4G4B4A4_UINT , packed, 1, 1, 1, u4 , u4 , u4 , u4 , xyzw, rgb
204 MESA_FORMAT_B4G4R4A4_UINT , packed, 1, 1, 1, u4 , u4 , u4 , u4 , zyxw, rg
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
list_insn.d 33 26: 5d 32 14 10 loadma r13, {u2,u4,u12}

Completed in 597 milliseconds

1 23 4 5 6 7 8 91011>>