Searched refs:extract (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprlayer.c577 PRFileDesc *extract = PR_GetIdentitiesLayer(stack, id); local
581 PR_ASSERT(NULL != extract);
582 if ((NULL == stack) || (0 == id) || (NULL == extract))
588 if (extract == stack) {
592 extract = stack->lower;
593 *stack = *extract;
594 *extract = copy;
597 (extract == stack->lower) && (extract->lower == NULL)) {
606 extract
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_vertex.h71 tnl_extract_func extract; member in struct:tnl_format_info
H A Dt_context.h311 tnl_extract_func extract; member in struct:tnl_clipspace_attr
/vbox/src/libs/zlib-1.2.6/
H A Dmake_vms.com113 $ if f$extract(0,6,work) .nes. "#undef"
115 $ if f$extract(0,12,work) .nes. "#cmakedefine"
297 $ ccopt = ccopt + f$extract(start,len,cparm)
306 $ lopts = lopts + f$extract(start,len,cparm)
312 $ cc_com = f$extract(start,len,cparm)
329 $ mmks = f$extract(start,len,cparm)
461 $ if (f$extract(0,6,rec) .nes. src_check) then goto mrloop
498 $ if (f$extract(0,1,rec) .nes. "#") then goto hloop
518 $ libdefs = f$extract(0,in_ldef,libdefs) + -
519 f$extract(in_lde
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Dzran.c41 some lookahead and avoid many calls to extract() for small lengths.
239 the end of the uncompressed data, then extract() will return a value less
242 was generated. extract() may also return Z_ERRNO if there is an error on
244 local int extract(FILE *in, struct access *index, off_t offset, function
346 /* Demonstrate the use of build_index() and extract() by processing the file
391 len = extract(in, index, offset, buf, CHUNK);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dnatsemi.c195 void ( * extract ) ( struct natsemi_nic *natsemi,
210 extract = ( ( natsemi->flags & NATSEMI_EEPROM_INSANE ) ?
212 extract ( natsemi, buf, hw_addr );
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxupgrade.py94 oZip.extract(sMember, sUpgradeDir);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DThunk16.asm83 ; in IA32_REGS structure. This facilitates wrapper function to extract them
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DThunk16.S78 # in IA32_REGS structure. This facilitates wrapper function to extract them
H A DThunk16.asm74 ; in IA32_REGS structure. This facilitates wrapper function to extract them
/vbox/src/VBox/ValidationKit/common/
H A Dutils.py1397 oZipFile.extract(sMember, sDstDir);
/vbox/src/libs/libxml2-2.6.31/
H A Dltmain.sh2865 $echo "*** However, this would only work if libtool was able to extract symbol"
3825 $echo "*** However, this would only work if libtool was able to extract symbol"
4551 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
5518 # might have to extract them afterwards, e.g., when creating a

Completed in 1702 milliseconds