Searched defs:spp (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/glx/
H A Dclientattrib.c74 __GLXattribute **spp = gc->attributes.stackPointer, *sp; local
76 if (spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]) {
77 if (!(sp = *spp)) {
83 *spp = sp;
86 gc->attributes.stackPointer = spp + 1;
106 __GLXattribute **spp = gc->attributes.stackPointer, *sp; local
109 if (spp > &gc->attributes.stack[0]) {
110 --spp;
111 sp = *spp;
114 gc->attributes.stackPointer = spp;
136 __GLXattribute *sp, **spp; local
[all...]
/external/syslinux/com32/modules/
H A Dpmload.c73 uint32_t *spp; local
137 spp is the pointer into the argument array in current memory. */
138 spp = (uint32_t *) stack_frame;
142 *spp++ = argc;
145 *spp++ = sfa;
H A Delf.c75 uint32_t *spp; local
203 spp is the pointer into the argument array in current memory. */
204 spp = (uint32_t *) stack_frame;
208 *spp++ = argc;
211 *spp++ = sfa;
/external/wpa_supplicant_8/hs20/server/
H A Dhs20_spp_server.c67 xml_node_t *soap, *spp, *resp; local
94 spp = soap_get_body(ctx->xml, soap);
95 if (spp == NULL) {
100 debug_dump_node(ctx, "Received SPP message", spp);
102 resp = hs20_spp_server_process(ctx, spp, user, realm, dmacc);
/external/pdfium/core/fxcodec/codec/
H A Dccodec_tiffmodule.cpp47 uint16_t spp);
52 uint16_t spp);
57 uint16_t spp);
207 void TiffBGRA2RGBA(uint8_t* pBuf, int32_t pixel, int32_t spp) { argument
212 pBuf += spp;
349 uint16_t spp) {
350 if (pDIBitmap->GetBPP() != 1 || spp != 1 || bps != 1 ||
377 uint16_t spp) {
378 if (pDIBitmap->GetBPP() != 8 || spp != 1 || (bps != 4 && bps != 8) ||
413 uint16_t spp) {
345 Decode1bppRGB(CFX_DIBitmap* pDIBitmap, int32_t height, int32_t width, uint16_t bps, uint16_t spp) argument
373 Decode8bppRGB(CFX_DIBitmap* pDIBitmap, int32_t height, int32_t width, uint16_t bps, uint16_t spp) argument
409 Decode24bppRGB(CFX_DIBitmap* pDIBitmap, int32_t height, int32_t width, uint16_t bps, uint16_t spp) argument
460 uint16_t spp = 0; local
[all...]
/external/tcpdump/
H A Dprint-nfs.c1417 const struct nfsv3_pathconf *spp; local
1428 spp = (const struct nfsv3_pathconf *)dp;
1429 ND_TCHECK(*spp);
1432 EXTRACT_32BITS(&spp->pc_linkmax),
1433 EXTRACT_32BITS(&spp->pc_namemax),
1434 EXTRACT_32BITS(&spp->pc_notrunc) ? "notrunc" : "",
1435 EXTRACT_32BITS(&spp->pc_chownrestricted) ? "chownres" : "",
1436 EXTRACT_32BITS(&spp->pc_caseinsensitive) ? "igncase" : "",
1437 EXTRACT_32BITS(&spp->pc_casepreserving) ? "keepcase" : ""));
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c28 const char *spp_xsd_fname = "spp.xsd";
2407 int spp; local
2486 spp = 0;
2488 spp = 1;
2491 spp = 1;
2535 if (spp)
2566 int spp; local
2644 spp = 0;
2646 spp = 1;
2649 spp
[all...]

Completed in 468 milliseconds