HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 1151 - 1175 of 2455) sorted by null

<<41424344454647484950>>

  /toolchain/binutils/binutils-2.25/binutils/
resrc.c 108 /* Bytes in image. */
109 unsigned long bytes; member in struct:icondir
704 first 14 bytes of the file are a standard header, which is not
788 icondirs[i].bytes = get_long (e, real_filename);
809 data = (bfd_byte *) res_alloc (icondirs[i].bytes);
811 get_data (e, data, icondirs[i].bytes, real_filename);
816 c->length = icondirs[i].bytes;
851 cg->bytes = icondirs[i].bytes + 4;
1189 icondirs[i].bytes = get_long (e, real_filename)
    [all...]
stabs.c 1911 bfd_vma bytes; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m32r.c 513 int bytes, fix;
519 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
523 if (bytes & 1)
527 bytes--;
530 if (bytes & 2)
534 bytes -= 2;
886 /* Same as make_parallel except buffer contains the bytes in target order. */
511 int bytes, fix; local
    [all...]
tc-rx.c 728 char * bytes;
734 bytes = frag_more (8);
743 frag_then->fr_opcode = bytes;
845 /* This gets complicated when the field spans bytes, because fields
995 memcpy (bytes + idx, rx_bytes.B, rx_bytes.N_B); \
1083 char * bytes;
1101 bytes = frag_more (12);
1110 frag_then->fr_opcode = bytes;
1116 bytes = frag_more (rx_bytes.n_base + rx_bytes.n_ops);
1132 (char *) bytes - frag_then->fr_literal
727 char * bytes; local
1082 char * bytes; local
    [all...]
tc-tic4x.c 56 #define MAX_LITTLENUMS 6 /* (12 bytes) */
170 {"int", tic4x_cons, 4}, /* .int allocates 4 bytes. */
180 {"word", tic4x_cons, 4}, /* .word allocates 4 bytes. */
692 so we multiply it by 4 to get the number of bytes to allocate. */
832 tic4x_cons (int bytes)
852 switch (bytes)
877 int bytes; local
880 bytes = 0;
890 bytes++;
896 bytes++
    [all...]
tc-tilegx.c 974 /* Check to see if this bundle is at an offset that is a multiple of 8-bytes
1847 addressT bytes, fix; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
h8500-opc.h 157 struct { unsigned char contents;unsigned char mask; char insert; } bytes[6]; member in struct:__anon74795
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 
  /art/oatdump/
oatdump.cc 711 os << StringPrintf("Dex file exported at %s (%zd bytes)\n", out_dex_path.c_str(), fsize);
772 // When this was picked, the largest arm method was 55,256 bytes and arm64 was 50,412 bytes.
1940 size_t bytes; member in struct:art::ImageDumper::Stats::SizeAndCount
    [all...]
  /art/runtime/
jni_internal.cc 1687 size_t bytes = CountUtf8Bytes(chars + start, length); local
1768 char* bytes = new char[byte_count + 1]; local
2421 size_t bytes = array->GetLength() * component_size; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
xfrm.h 82 __u64 bytes; member in struct:xfrm_lifetime_cur
  /build/tools/ijar/
classfile.cc 255 Constant_IntegerOrFloat(u1 tag, u4 bytes) :
257 bytes_(bytes) {}
1430 u4 bytes = get_u4be(p); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 1199 private byte[] bytes; field in class:RVCVXCheckAnalyzer.VideoDecoderForOpenCV.MatBuffer
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 458 * @return the bytes of the merged dex file, or null if both the update
691 * @param bytes {@code non-null;} contents of the file
694 private static boolean processFileBytes(String name, long lastModified, byte[] bytes) {
717 outputResources.put(fixedName, bytes);
723 processClass(fixedName, bytes);
729 libraryDexBuffers.add(bytes);
734 outputResources.put(fixedName, bytes);
745 * @param bytes {@code non-null;} contents of the file
748 private static boolean processClass(String name, byte[] bytes) {
754 new DirectClassFileConsumer(name, bytes, null).call
1691 byte[] bytes; field in class:Main.ClassParserTask
1724 byte[] bytes; field in class:Main.DirectClassFileConsumer
1823 byte[] bytes; field in class:Main.ClassTranslatorTask
    [all...]
  /development/ndk/platforms/android-21/include/linux/
xfrm.h 80 __u64 bytes; member in struct:xfrm_lifetime_cur
  /external/boringssl/src/include/openssl/
x509.h 149 int modified; /* true if 'bytes' needs to be built */
151 BUF_MEM *bytes; member in struct:X509_name_st
153 char *bytes; member in struct:X509_name_st
883 const unsigned char *bytes, int len);
886 const unsigned char *bytes, int len);
889 const unsigned char *bytes, int len);
1054 const unsigned char *bytes, int len); variable
1057 const unsigned char *bytes, int len); variable
1060 const unsigned char *bytes, int len); variable
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 663 ParmVarDecl *bytes = local
666 &Context.Idents.get("bytes"),
670 Params.push_back(bytes);
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 68 static StringRef bytes(const std::vector<T, Allocator> &v) { function
75 static StringRef bytes(const SmallVectorImpl<T> &v) { function
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 3697 char bytes[10]; local
    [all...]
  /external/iproute2/include/linux/
xfrm.h 77 __u64 bytes; member in struct:xfrm_lifetime_cur
  /external/javasqlite/src/main/native/
sqlite_jni.c 356 jbyteArray bytes = 0; local
386 bytes = (*env)->CallObjectMethod(env, src,
389 bytes = (*env)->CallObjectMethod(env, src,
394 jint len = (*env)->GetArrayLength(env, bytes);
401 (*env)->GetByteArrayRegion(env, bytes, 0, len, (jbyte *) dest->result);
413 jbyteArray bytes = 0; local
427 bytes = (*env)->NewByteArray(env, len);
428 if (bytes) {
429 (*env)->SetByteArrayRegion(env, bytes, 0, len, (jbyte *) src);
433 M_java_lang_String_initBytes2, bytes, enc)
    [all...]

Completed in 3578 milliseconds

<<41424344454647484950>>