Searched refs:extract (Results 1 - 12 of 12) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prlayer.c | 577 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 D | t_vertex.h | 71 tnl_extract_func extract; member in struct:tnl_format_info
|
H A D | t_context.h | 311 tnl_extract_func extract; member in struct:tnl_clipspace_attr
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | make_vms.com | 113 $ 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 D | zran.c | 41 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 D | natsemi.c | 195 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 D | testboxupgrade.py | 94 oZip.extract(sMember, sUpgradeDir);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/ |
H A D | Thunk16.asm | 83 ; in IA32_REGS structure. This facilitates wrapper function to extract them
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/ |
H A D | Thunk16.S | 78 # in IA32_REGS structure. This facilitates wrapper function to extract them
|
H A D | Thunk16.asm | 74 ; in IA32_REGS structure. This facilitates wrapper function to extract them
|
/vbox/src/VBox/ValidationKit/common/ |
H A D | utils.py | 1397 oZipFile.extract(sMember, sDstDir);
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | ltmain.sh | 2865 $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 661 milliseconds