HomeSort by relevance Sort by last modified time
    Searched full:base (Results 1951 - 1975 of 4489) sorted by null

<<71727374757677787980>>

  /external/freetype/src/psnames/
psmodule.c 177 /* sort base glyphs before glyph variants */
422 result = mid; /* remember match but continue search for base glyph */
  /external/grub/stage2/
gunzip.c 46 length or distance code actually represents a base value and a number
47 of "extra" (sometimes zero) bits to get to add to the base value. At
101 cannot be used though, since there is no length base or extra bits
349 ush n; /* literal, length base, or distance base */
431 static int lbits = 9; /* bits in base literal/length lookup table */
432 static int dbits = 6; /* bits in base distance lookup table */
526 ush * d, /* list of base values for non-simple codes */
    [all...]
  /external/guava/javadoc/com/google/common/annotations/
package-summary.html 59 &nbsp;<A HREF="../../../../com/google/common/base/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
147 &nbsp;<A HREF="../../../../com/google/common/base/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
package-tree.html 59 &nbsp;<A HREF="../../../../com/google/common/base/package-tree.html"><B>NEXT</B></A></FONT></TD>
129 &nbsp;<A HREF="../../../../com/google/common/base/package-tree.html"><B>NEXT</B></A></FONT></TD>
  /external/guava/javadoc/
overview-summary.html 93 <TD WIDTH="20%"><B><A HREF="com/google/common/base/package-summary.html">com.google.common.base</A></B></TD>
  /external/guava/src/com/google/common/base/
Joiner.java 17 package com.google.common.base;
20 import static com.google.common.base.Preconditions.checkNotNull;
  /external/icu4c/common/unicode/
strenum.h 24 * Base class for 'pure' C++ implementations of uenum api. Adds a
68 * The clone functions in all subclasses return a base class pointer
  /external/libffi/
ltcf-c.sh 171 $CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
172 $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp~
173 $CC -Wl,--base-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/$soname '$ltdll_obj'$libobjs $deplibs $compiler_flags~
174 $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp --output-lib $output_objdir/$libname.dll.a~
    [all...]
  /external/libpcap/
nametoaddr.c 283 /* Static data base of ether protocol types. */
325 /* Static data base of LLC values. */
pcap-int.h 83 u_char *base; member in struct:pcap_sf
112 void *dag_mem_base; /* DAG card memory base address */
  /external/netperf/
netlib.c 1162 unsigned int base;
1163 base = atoi(string);
1165 base *= 1024;
1168 base *= (1024 * 1024);
1171 base *= (1024 * 1024 * 1024);
1174 base *= (1000);
1177 base *= (1000 * 1000);
1180 base *= (1000 * 1000 * 1000);
1182 return(base);
1200 unsigned int base;
1150 unsigned int base; local
1188 unsigned int base; local
    [all...]
  /external/opencore/fileformats/mp4/parser/include/
mediainformationatom.h 374 } // Seeks to the base-layer sample in the hint track
679 // This is actually a pointer to the base class. The possible
  /external/opencore/nodes/streaming/streamingmanager/plugins/common/include/
pvmf_sm_fsp_base_types.h 333 /* need to overlaod the base Copy routine to copy metadata key */
336 /* need to overlaod the base Destroy routine to cleanup metadata key */
  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler_ao.h 45 * User base class for execution objects.
201 * User base class for execution objects.
  /external/opencore/oscl/oscl/osclutil/src/
oscl_string.h 55 A common base class for string classes with
216 A common base class for string classes with
  /external/opencore/pvmi/content_policy_manager/plugins/common/include/
pvmf_cpmplugin_interface.h 125 * type as a base MIME type. This functionality can be turned off.
129 * @param aExactUuidsOnly Turns on/off the retrival of UUIDs with aMimeType as a base type
  /external/opencore/pvmi/pvmf/include/
pvmf_event_handling.h 59 The base class for PVMF callback events
248 * PVMFAsyncEvent is the base class used to pass unsolicited error and informational
  /external/openssl/crypto/pem/
pem_info.c 334 * it is non-encrypted then we use the base code
388 * base library --tjh
  /external/openssl/crypto/store/
str_mem.c 64 a base store used by other stores for internal caching (for full caching
75 and it's distance from a base (basically, the lowest associated
  /external/qemu/distrib/zlib-1.2.3/
inffast.c 139 else if (op & 16) { /* length base */
164 if (op & 16) { /* distance base */
  /external/qemu/proxy/
proxy_common.c 48 hex_dump( void* base, int size, const char* prefix )
53 stralloc_add_hexdump(s, base, size, prefix);
  /external/quake/quake/src/QW/client/
common.h 219 byte COM_BlockSequenceCheckByte (byte *base, int length, int sequence, unsigned mapchecksum);
220 byte COM_BlockSequenceCRCByte (byte *base, int length, int sequence);
  /external/quake/quake/src/QW/server/
qwsv.mak 39 # PROP BASE Use_MFC 0
40 # PROP BASE Use_Debug_Libraries 0
41 # PROP BASE Output_Dir "Release"
42 # PROP BASE Intermediate_Dir "Release"
43 # PROP BASE Target_Dir ""
84 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
91 # ADD BASE RSC /l 0x409 /d "NDEBUG"
94 # ADD BASE BSC32 /nologo
100 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
139 # PROP BASE Use_MFC 0
    [all...]
  /external/quake/quake/src/WinQuake/
vgamodes.h 32 // the following base mode descriptors plus extra data together provide all
517 // base mode descriptors, in ascending order of number of pixels
  /external/speex/include/speex/
speex_resampler.h 158 * base (0 otherwise)
175 * base (0 otherwise)

Completed in 682 milliseconds

<<71727374757677787980>>