Searched defs:ce (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dsmisc.c158 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 Dsortkey.c59 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 Dfsw_iso9660.c98 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 DCOMDefs.h405 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 Dresolver.jar ... .apache.xml.internal.resolver.CatalogException ce java.io.IOException e com.sun. ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-tools.jarMETA-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 DMT25218_PRM.h2463 pseudo_bit_t ce[0x00001]; /* Checksum Enabled - when Set IPoverIB checksum generation & checking is enabled */ member in struct:arbelprm_init_hca_st
H A DMT25408_PRM.h2389 pseudo_bit_t ce[0x00001]; /* Checksum Enabled - when Set IPoverIB checksum generation & checking is enabled */ member in struct:hermonprm_init_hca_st

Completed in 518 milliseconds