Searched refs:valueSize (Results 1 - 8 of 8) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
H A DInstruction.java812 protected static int readValue(byte[] code, int offset, int valueSize) argument
814 switch (valueSize)
820 default: throw new IllegalArgumentException("Unsupported value size ["+valueSize+"]");
835 protected static int readSignedValue(byte[] code, int offset, int valueSize) argument
837 switch (valueSize)
843 default: throw new IllegalArgumentException("Unsupported value size ["+valueSize+"]");
876 protected static void writeValue(byte[] code, int offset, int value, int valueSize) argument
878 switch (valueSize)
884 default: throw new IllegalArgumentException("Unsupported value size ["+valueSize+"]");
909 protected static void writeSignedValue(byte[] code, int offset, int value, int valueSize) argument
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientlib.c205 uint8_t valueSize,
215 keyvalsize = 1 + keysize + (value ? (1 + valueSize) : 0);
238 memcpy(p, value, valueSize);
239 p += valueSize;
201 TXTRecordSetValue( TXTRecordRef *txtRecord, const char *key, uint8_t valueSize, const void *value ) argument
H A Ddns_sd.h2143 * valueSize: The size of the value.
2147 * For values that represent textual data, valueSize
2151 * If non-NULL but valueSize is zero, then "key=" will be
2165 uint8_t valueSize, /* may be zero */
/external/clang/lib/Driver/
H A DWindowsToolChain.cpp97 DWORD valueSize = maxLength - 1; local
173 (LPBYTE)value, &valueSize);
185 (LPBYTE)value, &valueSize);
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp589 uint64_t valueSize = Context.getTypeSize(valueType); local
591 if (valueSize != atomicSize) {
592 assert(valueSize < atomicSize);
595 llvm::ArrayType::get(CGM.Int8Ty, (atomicSize - valueSize) / 8)
/external/icu4c/test/cintltst/
H A Dcapitst.c106 uint32_t valueSize; member in struct:attrTest
138 for(j = 0; j<attrs[i].valueSize; j++) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 474 milliseconds