/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
sgiarcs.h | 132 ULONG base; member in struct:linux_mdesc
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
sgiarcs.h | 132 ULONG base; member in struct:linux_mdesc
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar | |
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar | |
org.eclipse.osgi.util_3.2.100.v20100503.jar | |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerImpl.java | 122 /** The base URL of the source tree. */ 547 String base = source.getSystemId(); local 549 // If no systemID of the source, use the base of the stylesheet. 550 if(null == base) 552 base = m_stylesheetRoot.getBaseIdentifier(); 556 if(null == base) 565 base = "file://" + currentDir; 567 base = "file:///" + currentDir; 569 base = base + java.io.File.separatorCha [all...] |
/external/chromium/third_party/libevent/ |
evdns.c | 285 struct evdns_server_request base; member in struct:server_request 295 (((char*)(base_ptr) - OFFSET_OF(struct server_request, base)))) 986 server_req->base.flags = flags; 987 server_req->base.nquestions = 0; 988 server_req->base.questions = malloc(sizeof(struct evdns_server_question *) * questions); 989 if (server_req->base.questions == NULL) 1007 server_req->base.questions[server_req->base.nquestions++] = q; 1017 evdns_server_request_respond(&(server_req->base), DNS_ERR_NOTIMPL); 1021 port->user_callback(&(server_req->base), port->user_data) [all...] |
/external/icu4c/tools/tzcode/ |
zic.c | 867 register int base, out; local 904 for (base = 0; base < nrules; base = out) { 905 rp = &rules[base]; 906 for (out = base + 1; out < nrules; ++out) 914 zp->z_nrules = out - base; [all...] |
/external/libxml2/ |
HTMLparser.c | 304 #define SHRINK if ((ctxt->input->cur - ctxt->input->base > 2 * INPUT_CHUNK) && \ 713 static const char* const head_contents[] = { "title", "isindex", "base", "script", "style", "meta", "link", "object", NULL } ; 788 { "base", 0, 2, 2, 1, 0, 0, 0, "document base uri ", 791 { "basefont", 0, 2, 2, 1, 1, 1, 1, "base font size " , 4980 int base, len; local 5108 int base, len; local 5912 int base = ctxt->input->base - ctxt->input->buf->buffer->content; local 6049 int base = ctxt->input->base - ctxt->input->buf->buffer->content; local [all...] |
parser.c | 91 const xmlChar *base, xmlParserCtxtPtr pctx); 141 (ctxt->input->cur - ctxt->input->base); 159 (ctxt->input->cur - ctxt->input->base); 4867 const xmlChar *tmp, *base; local 8874 const xmlChar *base; local 10529 int base, len; local 10816 int base = ctxt->input->base - local 11192 int base; local 11449 int base, i; local 11691 int base = ctxt->input->base - ctxt->input->buf->buffer->content; local 11925 int base = ctxt->input->base - ctxt->input->buf->buffer->content; local 14423 int base = ctxt->input->base - ctxt->input->buf->buffer->content; local [all...] |
xmlregexp.c | 7867 const char *base; local 7872 base = ctxt->cur; local [all...] |
/external/openssl/crypto/x509v3/ |
x509v3.h | 323 GENERAL_NAME *base; member in struct:GENERAL_SUBTREE_st
|
/external/openssl/include/openssl/ |
x509v3.h | 323 GENERAL_NAME *base; member in struct:GENERAL_SUBTREE_st
|
/external/qemu/ |
exec.c | 205 target_phys_addr_t base; member in struct:subpage_t 526 /* There's no guest base to take into account, so go ahead and 1062 cpu_single_env->eip + (long)cpu_single_env->segs[R_CS].base); [all...] |
/external/qemu/target-arm/ |
translate.c | 280 /* Bitfield insertion. Insert val into base. Clobbers base and val. */ 281 static void gen_bfi(TCGv dest, TCGv base, TCGv val, int shift, uint32_t mask) 285 tcg_gen_andi_i32(base, base, ~(mask << shift)); 286 tcg_gen_or_i32(dest, base, val); 4032 TCGv base; local [all...] |
/external/v8/src/arm/ |
code-stubs-arm.cc | 3449 const Register base = r1; local [all...] |
/external/v8/src/ia32/ |
code-stubs-ia32.cc | 2945 const Register base = edx; local [all...] |
/external/v8/src/mips/ |
code-stubs-mips.cc | 3586 const Register base = a1; local [all...] |
/external/v8/src/x64/ |
code-stubs-x64.cc | 2005 const Register base = rax; local [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf.c | 593 VG_(printf)(" Line Base: %d\n", 605 VG_(printf)(" Opcode Base: %d\n\n", 608 if (0) VG_(printf)("dwarf2: line base: %d, range %d, opc base: %d\n", 1495 Addr base; local 2560 Addr base; local [all...] |
/external/valgrind/main/memcheck/ |
mc_main.c | 330 /* # searches initiated in auxmap_L1, and # base cmps required */ 373 /* An entry in the auxiliary primary map. base must be a 64k-aligned 381 Addr base; member in struct:__anon15629 394 Addr base; member in struct:__anon15630 405 auxmap_L1[i].base = 0; 409 tl_assert(0 == offsetof(AuxMapEnt,base)); 411 auxmap_L2 = VG_(OSetGen_Create)( /*keyOff*/ offsetof(AuxMapEnt,base), 429 all .base & 0xFFFF == 0 430 all .base > MAX_PRIMARY_ADDRESS 432 all .base & 0xFFFF == [all...] |
/external/webkit/Source/WebCore/editing/ |
Editor.cpp | 1613 Position base = m_frame->selection()->base().downstream(); local [all...] |
/frameworks/base/libs/androidfw/ |
ResourceTypes.cpp | 4954 const uint8_t* base = (const uint8_t*)pkg; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asequencer.h | 353 unsigned int base; member in struct:snd_seq_queue_skew 676 unsigned int skew_base; /* queue skew base */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asequencer.h | 353 unsigned int base; member in struct:snd_seq_queue_skew 676 unsigned int skew_base; /* queue skew base */ [all...] |