HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 801 - 825 of 1543) sorted by null

<<31323334353637383940>>

  /external/guava/guava-tests/test/com/google/common/base/
PreconditionsTest.java 17 package com.google.common.base;
ToStringHelperTest.java 17 package com.google.common.base;
  /external/icu4c/i18n/
windtfmt.cpp 59 const char *base = locale->getBaseName(); local
60 UResourceBundle *topBundle = ures_open((char *) 0, base, &status);
  /external/icu4c/tools/toolutil/
ucm.h 102 UCMTable *base, *ext; member in struct:UCMFile
128 /* @return -1 illegal bytes 0 suitable for base table 1 needs to go into extension table */
135 /* add a mapping to the base or extension table as appropriate */
159 * Remove mappings with their move flag set from the base table
163 ucm_moveMappings(UCMTable *base, UCMTable *ext);
175 * Check the validity of mappings against a base table's states;
176 * necessary for extension-only tables that were read before their base tables.
182 * Check a base table against an extension table.
183 * Set the moveTarget!=NULL if it is possible to move mappings from the base.
184 * This is the case where base and extension tables are parsed from a single fil
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_xauth.h 137 vchar_t *base; member in struct:xauth_ldap_config
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapCharacterSet.java 43 private int base; field in class:BitmapCharacterSet
54 oc.write(base, "base", 0);
91 base = ic.readInt("base", 0);
149 return base;
152 public void setBase(int base) {
153 this.base = base;
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
KernelAdapter.java 33 package com.jme3.network.base;
  /external/kernel-headers/original/asm-mips/
io.h 72 static inline void set_io_port_base(unsigned long base)
74 * (unsigned long *) &mips_io_port_base = base;
182 u64 base = UNCAC_BASE; local
189 base = (u64) IO_BASE;
190 return (void __iomem *) (unsigned long) (base + offset);
  /external/kernel-headers/original/asm-x86/
desc_32.h 37 unsigned long base, unsigned long limit, unsigned char type, unsigned char flags)
39 *a = ((base & 0xffff) << 16) | (limit & 0xffff);
40 *b = (base & 0xff000000) | ((base & 0xff0000) >> 16) |
45 unsigned long base, unsigned short seg, unsigned char type, unsigned char flags)
47 *a = (seg << 16) | (base & 0xffff);
48 *b = (base & 0xffff0000) | ((type & 0xff) << 8) | (flags & 0xff);
212 unsigned long base; local
213 base = ((desc[0] >> 16) & 0x0000ffff) |
216 return base;
    [all...]
  /external/kernel-headers/original/linux/
ion.h 78 * @base: base address of heap in physical memory if applicable
87 ion_phys_addr_t base; member in struct:ion_platform_heap
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 111 inline bool isDigit(char c, int base)
115 if (base == 16)
133 inline int getDigitValue(char c, int base)
137 if (base == 16)
175 int base = 0; local
190 ALOGD("%s Opened %s config %s\n", __func__, (bResetContent ? "base" : "optional"), name);
232 base = 0;
239 base = 10;
240 numValue = getDigitValue(c, base);
246 base = 16
    [all...]
  /external/libnfc-nci/src/adaptation/
config.cpp 111 inline bool isDigit(char c, int base)
115 if (base == 16)
133 inline int getDigitValue(char c, int base)
137 if (base == 16)
175 int base; local
190 ALOGD("%s Opened %s config %s\n", __func__, (bResetContent ? "base" : "optional"), name);
232 base = 0;
239 base = 10;
240 numValue = getDigitValue(c, base);
246 base = 16
    [all...]
  /external/libppp/src/
nat_cmd.c 448 long base, count; local
458 base = strtol(arg->argv[arg->argn], &end, 10);
459 if (*end != '\0' || base < 0)
466 PacketAliasSetFWBase(base, count);
  /external/libvorbis/vq/
metrics.c 210 float base){
215 float last=base;
229 a[j*step]-=base;
231 base=temp;
258 return base;
269 float base=0.f; local
273 base=process_one(b,bi,a+i,dim,n/dim,addmul[bi],base);
276 base=process_one(b,bi,a+i,dim,1,addmul[bi],base);
    [all...]
  /external/libvpx/vpx/
vpx_codec.h 322 * They represent the base case functionality expected of all codecs.
490 void *base; /**< pointer to the allocated segment */ member in struct:vpx_codec_mmap
527 * allocation function \ref MUST ensure that the vpx_codec_mmap_t::base member
540 * Segment base address was not set, or segment was already stored.
vpx_decoder_compat.h 213 * They represent the base case functionality expected of all decoders.
496 void *base; /**< pointer to the allocated segment */ member in struct:vpx_dec_mmap
560 * allocation function \ref MUST ensure that the vpx_dec_mmap_t::base member
573 * Segment base address was not set, or segment was already stored.
  /external/libxml2/
entities.c 882 const xmlChar * base, *cur; local
885 base = cur = content;
888 if (base != cur)
889 xmlBufferAdd(buf, base, cur - base);
892 base = cur;
894 if (base != cur)
895 xmlBufferAdd(buf, base, cur - base);
898 base = cur
    [all...]
error.c 175 const xmlChar *cur, *base; local
182 base = input->base;
184 while ((cur > base) && ((*(cur) == '\n') || (*(cur) == '\r'))) {
189 while ((n++ < (sizeof(content)-1)) && (cur > base) &&
541 * of the usual "base" (doc->URL) for the node (bug 152623).
  /external/libxslt/libxslt/
functions.c 228 xmlChar *base = NULL, *URI; local
315 base = xmlNodeGetBase(target->doc, target);
321 base = xmlNodeGetBase(tctxt->inst->doc, tctxt->inst);
324 base = xmlNodeGetBase(tctxt->style->doc,
328 URI = xmlBuildURI(obj->stringval, base);
329 if (base != NULL)
330 xmlFree(base);
  /external/linux-tools-perf/util/
evsel.c 341 const void *base = event; local
343 if (offset + size > base + event->header.size)
  /external/llvm/include/llvm/Bitcode/
Archive.h 518 const char* base; ///< Base of the memory mapped file data member in class:llvm::Archive
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 423 const char* base = arch->getBufferStart(); local
460 FinalFile.write(base + sizeof(ARFILE_MAGIC)-1,
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 194 // Base register is encoded in bits 20-16, offset is encoded in bits 15-0.
282 unsigned base = getMachineOpValue(MI, MI.getOperand(1)); local
284 // swr src, offset(base)
285 // swl src, offset+3(base)
287 (0x2e << 26) | (base << 21) | (src << 16) | (offset & 0xffff));
289 (0x2a << 26) | (base << 21) | (src << 16) | ((offset+3) & 0xffff));
295 unsigned base = getMachineOpValue(MI, MI.getOperand(1)); local
298 if (dst != base) {
299 // lwr dst, offset(base)
300 // lwl dst, offset+3(base)
322 unsigned base = getMachineOpValue(MI, MI.getOperand(1)); local
339 unsigned base = getMachineOpValue(MI, MI.getOperand(1)); local
359 unsigned base = getMachineOpValue(MI, MI.getOperand(1)); local
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 205 SDValue Offset, Base;
238 SelectADDRsi64(N1.getNode(), N1, Base, Offset):
239 SelectADDRsi(N1.getNode(), N1, Base, Offset)) {
264 Base, Offset, Chain };
268 SelectADDRri64(N1.getNode(), N1, Base, Offset):
269 SelectADDRri(N1.getNode(), N1, Base, Offset)) {
294 Base, Offset, Chain };
390 SDValue Offset, Base;
425 SelectADDRsi64(N2.getNode(), N2, Base, Offset):
426 SelectADDRsi(N2.getNode(), N2, Base, Offset))
554 SDValue base=Addr.getOperand(0); local
    [all...]
NVPTXUtilities.cpp 338 // provide an option to ignore GEP indicies for find out the base address only
360 // - ignore GEP indicies for find out the base address only, and
392 const Value *base = skipPointerTransfer(pv, processed); local
393 if (base) {
395 common = base;
396 else if (common != base)
451 Instruction *llvm::getInst(Value *base, char *instName) {
452 Function *F = getParentFunction(base);
467 void llvm::dumpInst(Value *base, char *instName) {
468 Instruction *I = getInst(base, instName)
    [all...]

Completed in 1552 milliseconds

<<31323334353637383940>>