Searched refs:filled (Results 26 - 50 of 63) sorted by relevance

123

/external/syslinux/com32/hdt/
H A Dhdt-dump-dmi.c33 if (!hardware->dmi.hardware_security.filled) {
80 if (hardware->dmi.memory_module[module].filled == false) {
141 if (hardware->dmi.memory[bank].filled == false) {
173 if (hardware->dmi.processor.filled == false) {
221 if (hardware->dmi.battery.filled == false) {
246 if (hardware->dmi.ipmi.filled == false) {
277 if (hardware->dmi.chassis.filled == false) {
303 if (hardware->dmi.bios.filled == false) {
348 if (hardware->dmi.system.filled == false) {
384 if (hardware->dmi.base_board.filled
[all...]
/external/syslinux/com32/gpllib/dmi/
H A Ddmi.c559 /* Until we found this elements in the dmitable, we consider them as not filled */
560 dmi->base_board.filled = false;
561 dmi->battery.filled = false;
562 dmi->bios.filled = false;
563 dmi->chassis.filled = false;
565 dmi->memory[i].filled = false;
566 dmi->processor.filled = false;
567 dmi->system.filled = false;
612 dmi->bios.filled = true;
644 dmi->system.filled
[all...]
/external/speex/libspeex/
H A Djitter.c84 int filled; /**< Number of entries occupied in "timing" and "counts"*/ member in struct:TimingBuffer
92 tb->filled = 0;
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1])
110 while (pos<tb->filled && timing >= tb->timing[pos])
115 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS);
118 if (pos < tb->filled)
120 int move_size = tb->filled-pos;
121 if (tb->filled == MAX_TIMINGS)
131 if (tb->filled<MAX_TIMING
[all...]
/external/elfutils/lib/
H A Ddynamicsizehash.h78 size_t filled; \
/external/syslinux/com32/gplinclude/dmi/
H A Ddmi.h82 bool filled; member in struct:__anon19262::__anon19263
H A Ddmi_processor.h105 /* The filled field have to be set to true when the dmitable implement that item */
106 bool filled; member in struct:__anon19279
/external/elfutils/libelf/
H A Delf32_updatefile.c479 size_t filled = *filledp; local
482 if (unlikely (fill_len > filled) && filled < FILLBUFSIZE)
485 memset (fillbuf + filled, __libelf_fill_byte, fill_len - filled);
486 *filledp = filled = fill_len;
492 size_t n = MIN (filled, len);
514 size_t filled = 0; local
586 ehdr->e_phoff - ehdr->e_ehsize, fillbuf, &filled)
721 &filled) !
[all...]
/external/autotest/client/site_tests/platform_EncryptedStateful/
H A Dplatform_EncryptedStateful.py216 filled = os.statvfs(self.stateful)
226 fs_blocks_used = float(orig.f_bfree - filled.f_bfree)
237 orig.f_bfree, filled.f_bfree, done.f_bfree))
/external/llvm/test/MC/ARM/
H A Deh-directive-text-section-multiple-func.s52 @ word is filled with FINISH opcode (0xB0).
H A Deh-directive-text-section.s66 @ word is filled with FINISH opcode (0xB0).
H A Deh-directive-pad.s36 @ The assembler should emit nothing (will be filled up with finish opcode).
/external/syslinux/com32/gfxboot/
H A Drealmode_callback.asm5 ; must be filled in
/external/ImageMagick/www/api/
H A Dshear.php117 <p>ShearImage() creates a new image that is a shear_image copy of an existing one. Shearing slides one edge of an image along the X or Y axis, creating a parallelogram. An X direction shear slides an edge along the X axis, while a Y direction shear slides an edge along the Y axis. The amount of the shear is controlled by a shear angle. For X direction shears, x_shear is measured relative to the Y axis, and similarly, for Y direction shears y_shear is measured relative to the X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image.. ShearImage() allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
141 <p>ShearRotateImage() creates a new image that is a rotated copy of an existing one. Positive angles rotate counter-clockwise (right-hand rule), while negative angles rotate clockwise. Rotated images are usually larger than the originals and have 'empty' triangular corners. X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image. ShearRotateImage allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
H A Ddistort.php158 <p>RotateImage() creates a new image that is a rotated copy of an existing one. Positive angles rotate counter-clockwise (right-hand rule), while negative angles rotate clockwise. Rotated images are usually larger than the originals and have 'empty' triangular corners. X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image. RotateImage allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
198 <dd>the image to be filled in. </dd>
/external/llvm/lib/Support/Unix/
H A DProcess.inc250 // Create a signal set filled with *all* signals.
/external/v8/src/snapshot/
H A Ddeserializer.cc207 bool filled = ReadData(start, end, space, obj_address); local
208 CHECK(filled);
/external/libpcap/
H A Doptimize.c2061 goto filled;
2064 goto filled;
2106 filled:
/external/syslinux/memdisk/
H A Dmemdisk.inc132 ; Must be filled in by installer
1069 ; This is filled-in by the installer
1079 ; The next field is mBFT-specific and filled-in by the installer
1160 ; El Torito CD Specification Packet - mostly filled in by installer
/external/libvorbis/doc/
H A D02-bitpacking.tex83 have been filled, encoding continues by zeroing all bits of the next
/external/skia/src/gpu/
H A DGrTessellator.cpp1475 bool filled = apply_fill_type(fillType, e->fWinding); local
1476 if (filled == prevFilled) {
1479 prevFilled = filled;
1607 // Inner edges get -2 winding. This ensures that the interior is always filled
/external/zlib/src/contrib/delphi/
H A DZLib.pas77 The OnProgress event is called each time the output buffer is filled and
/external/elfutils/src/
H A Dld.c1213 ld_state.nallsections = ld_state.section_tab.filled;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ proguard/gui/ProGuardGUI$5.class ProGuardGUI ...
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h3195 * in the data buffer. Reply (if any) will be filled in the supplied
4323 * @filled: bitmask indicating which fields have been reported, see
4335 unsigned int filled; member in struct:freq_survey

Completed in 1310 milliseconds

123