Searched defs:ce (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
H A D | smisc.c | 158 ULong *ce, *x, *xe; local 163 ce = c + ((unsigned int)(n-1) >> kshift) + 1; 177 while(c < ce)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/ |
H A D | sortkey.c | 59 unsigned int ce; local 70 ce = collation_table[collation_table[wch >> 8] + (wch & 0xff)]; 71 if (ce != (unsigned int)-1) 73 if (ce >> 16) key_len[0] += 2; 74 if ((ce >> 8) & 0xff) key_len[1]++; 75 if ((ce >> 4) & 0x0f) key_len[2]++; 76 if (ce & 1) 117 unsigned int ce; local 128 ce = collation_table[collation_table[wch >> 8] + (wch & 0xff)]; 129 if (ce ! [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/ |
H A D | fsw_iso9660.c | 98 static fsw_status_t rr_read_ce(struct fsw_iso9660_volume *vol, union fsw_rock_ridge_susp_ce *ce, fsw_u8 *begin); 166 union fsw_rock_ridge_susp_ce *ce; local 171 ce = (union fsw_rock_ridge_susp_ce *)r; 172 limit = ISOINT(ce->X.len); 173 ce_off = ISOINT(ce->X.offset); 174 rc = rr_read_ce(vol, ce, begin); 233 static fsw_status_t rr_read_ce(struct fsw_iso9660_volume *vol, union fsw_rock_ridge_susp_ce *ce, fsw_u8 *begin) argument 236 rc = vol->g.host_table->read_block(&vol->g, ISOINT(ce->X.block_loc), begin);
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | COMDefs.h | 405 ENUMOut(QE &e) : qe(e), ce((CE)0) {} 406 ~ENUMOut() { qe = (QE)ce; } 407 operator CE *() { return &ce; } 412 CE ce; member in class:COMBase::ENUMOut
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | resolver.jar | ... .apache.xml.internal.resolver.CatalogException ce
java.io.IOException e
com.sun. ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
H A D | jaxws-tools.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ... |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/ |
H A D | MT25218_PRM.h | 2463 pseudo_bit_t ce[0x00001]; /* Checksum Enabled - when Set IPoverIB checksum generation & checking is enabled */ member in struct:arbelprm_init_hca_st
|
H A D | MT25408_PRM.h | 2389 pseudo_bit_t ce[0x00001]; /* Checksum Enabled - when Set IPoverIB checksum generation & checking is enabled */ member in struct:hermonprm_init_hca_st
|
Completed in 987 milliseconds