/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_version.h | 48 /* This macro can be used to fill a version structure with the compile-time 74 it should NOT be used to fill a version structure, instead you should
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_version.h | 53 /* This macro can be used to fill a version structure with the compile-time 79 it should NOT be used to fill a version structure, instead you should
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_version.h | 48 /* This macro can be used to fill a version structure with the compile-time 74 it should NOT be used to fill a version structure, instead you should
|
/external/chromium/third_party/zlib/ |
inftrees.c | 50 unsigned fill; /* index for replicating entries */ local 150 Create and fill in decoding tables. In this loop, the table being 155 fill the table with replicated entries. 204 next = *table; /* current table to fill in */ 234 fill = 1U << curr; 235 min = fill; /* save offset to next table */ 237 fill -= incr; 238 next[(huff >> drop) + fill] = this; 239 } while (fill != 0); 292 Fill in rest of table for incomplete codes. This loop is similar to th [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.c | 50 unsigned fill; /* index for replicating entries */ local 150 Create and fill in decoding tables. In this loop, the table being 155 fill the table with replicated entries. 204 next = *table; /* current table to fill in */ 234 fill = 1U << curr; 235 min = fill; /* save offset to next table */ 237 fill -= incr; 238 next[(huff >> drop) + fill] = this; 239 } while (fill != 0); 292 Fill in rest of table for incomplete codes. This loop is similar to th [all...] |
/external/zlib/ |
inftrees.c | 50 unsigned fill; /* index for replicating entries */ local 150 Create and fill in decoding tables. In this loop, the table being 155 fill the table with replicated entries. 203 next = *table; /* current table to fill in */ 234 fill = 1U << curr; 235 min = fill; /* save offset to next table */ 237 fill -= incr; 238 next[(huff >> drop) + fill] = here; 239 } while (fill != 0); 293 Fill in rest of table for incomplete codes. This loop is similar to th [all...] |
/bionic/libc/arch-x86/string/ |
memset.S | 17 cld /* set fill direction forward */
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
RelativeLayout1.java | 28 * A simple layout which demonstrates stretching a view to fill the space between two other views.
|
/external/chromium/third_party/icu/source/common/ |
ucat.c | 24 * Fill in buffer with a set_num/msg_num key string, given the numeric
|
/external/chromium/third_party/icu/source/test/perf/unisetperf/draft/ |
bitset.cpp | 38 // Fill values[] with 0xffff. 72 * Invert the hash map: Fill an array of length countKeys() with the keys 118 // Fill all-zero entries between ranges. 135 // Fill all-one entries inside the range.
|
/external/elfutils/libasm/ |
asm_fill.c | 1 /* Determine fill pattern for a section.
|
/external/elfutils/libdw/ |
dwarf_attr.c | 35 /* Always fill in the CU information. */
|
/external/icu4c/common/ |
ucat.c | 24 * Fill in buffer with a set_num/msg_num key string, given the numeric
|
/external/icu4c/test/perf/unisetperf/draft/ |
bitset.cpp | 38 // Fill values[] with 0xffff. 72 * Invert the hash map: Fill an array of length countKeys() with the keys 118 // Fill all-zero entries between ranges. 135 // Fill all-one entries inside the range.
|
/external/kernel-headers/original/asm-generic/ |
topology.h | 30 /* Other architectures wishing to use this simple topology API should fill
|
/external/kernel-headers/original/linux/ |
ipx.h | 14 unsigned char sipx_zero; /* 16 byte fill */
|
/external/libvpx/ |
md5_utils.h | 15 * will fill a supplied 16-byte array with the digest.
|
wince_wmain_adapter.cpp | 17 * fill in "Command arguments." For example:
|
/external/libvpx/vp8/decoder/generic/ |
dsystemdependent.c | 30 pbi->dboolhuff.fill = vp8dx_bool_decoder_fill_c;
|
/external/quake/quake/src/QW/client/ |
snd_android.c | 29 how many sample are required to fill it up.
|
/external/skia/src/svg/ |
SkSVGPolygon.cpp | 23 SVG_LITERAL_ATTRIBUTE(fill-rule, f_fillRule),
|
SkSVGPolyline.cpp | 29 SVG_LITERAL_ATTRIBUTE(fill-rule, f_fillRule),
|
/external/stlport/test/unit/ |
fill_test.cpp | 33 fill(v.begin(), v.end(), 42);
|
/external/webkit/WebCore/manual-tests/ |
autofill_alignment.html | 5 Test auto-fill drop-down items' alignment
|
input-type-file-autocomplete-frame-1.html | 7 <li> enable Safari's auto fill
|