Searched refs:temp (Results 1 - 25 of 26) sorted by relevance

12

/system/extras/tests/bionic/libc/other/
H A Dtest_vfprintf_leak.c39 char temp[64]; local
43 snprintf( temp, sizeof(temp), "%g", n*0.647287623 );
/system/core/libpixelflinger/codeflinger/
H A Dblending.cpp32 component_t& temp, // incomming fragment / output
40 integer_t fragment(temp.reg, temp.h, temp.flags);
41 if (!(temp.flags & CORRUPTIBLE)) {
42 temp.reg = regs.obtain();
43 temp.flags |= CORRUPTIBLE;
59 build_blendFOneMinusF(temp, factor, fragment, fogColor);
64 component_t& temp, // incomming fragment / output
77 if (!temp
31 build_fog( component_t& temp, int component, Scratch& regs) argument
63 build_blending( component_t& temp, const pixel_t& pixel, int component, Scratch& regs) argument
[all...]
H A Dtexturing.cpp889 int temp = scratches.obtain(); local
904 AND(AL, 0, temp, mask, pixel);
910 MUL(AL, 0, dh, temp, u);
911 AND(AL, 0, temp, mask, reg_imm(pixel, LSR, 8));
912 MUL(AL, 0, dl, temp, u);
920 AND(AL, 0, temp, mask, pixel);
926 MLA(AL, 0, dh, temp, u, dh);
927 AND(AL, 0, temp, mask, reg_imm(pixel, LSR, 8));
928 MLA(AL, 0, dl, temp, u, dl);
935 AND(AL, 0, temp, mas
[all...]
H A DGGLAssembler.h409 component_t& temp,
463 void build_fog( component_t& temp,
479 void build_blendFOneMinusF( component_t& temp,
484 void build_blendOneMinusFF( component_t& temp,
H A DGGLAssembler.cpp464 component_t temp(-1);
465 build_incoming_component( temp, dst_component_size,
471 build_blending( temp, mDstPixel, component, scratches );
474 downshift(pixel, component, temp, parts.dither);
479 component_t& temp,
594 temp = fragment;
601 temp = component_t(parts.iterated, component);
607 temp = component_t(parts.texel[i], component);
478 build_incoming_component( component_t& temp, int dst_size, const fragment_parts_t& parts, int component, Scratch& scratches, Scratch& global_regs) argument
/system/core/adb/
H A Dusb_vendors.c118 char temp[PATH_MAX]; local
119 if (get_adb_usb_ini(temp, sizeof(temp)) == 0) {
120 FILE * f = fopen(temp, "rt");
125 while (fgets(temp, sizeof(temp), f) != NULL) {
126 if (temp[0] == '#')
129 long value = strtol(temp, NULL, 0);
H A Dadb.c622 char temp[ MAX_PATH ]; local
626 GetTempPath( sizeof(temp) - 8, temp );
627 strcat( temp, "adb.log" );
634 flog = fopen( temp, "at" );
762 char temp[3]; local
765 ret = ReadFile( pipe_read, temp, 3, &count, NULL );
771 if (count != 3 || temp[0] != 'O' || temp[1] != 'K' || temp[
[all...]
H A Djdwp_service.c243 char temp[5]; local
266 memcpy(temp, proc->in_buff, 4);
267 temp[4] = 0;
269 if (sscanf( temp, "%04x", &proc->pid ) != 1) {
270 D("could not decode JDWP %p PID number: '%s'\n", proc, temp);
/system/core/libnetutils/
H A Dpacket.c96 uint16_t temp; local
121 temp = htons(IPPROTO_UDP);
122 udpsum = checksum(&temp, sizeof(temp), udpsum);
123 temp = udp.len;
124 udpsum = checksum(&temp, sizeof(temp), udpsum);
167 uint16_t temp; local
229 temp = packet.udp.check;
232 packet.udp.check = temp;
[all...]
/system/extras/tests/bionic/libc/common/
H A Dtest_libgen.c12 char temp[256], *input = _input; local
17 strcpy(temp, _input);
18 input = temp;
128 char temp[256], *input = _input; local
133 strcpy(temp, _input);
134 input = temp;
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/
H A Dcu_common.h35 U32 temp; /* the place of the IE's id and length */ member in struct:__anon984
42 U32 temp; /* the place of the IE's id and length */ member in struct:__anon985
/system/core/libcutils/
H A Dproperties.c349 char temp[256]; local
350 snprintf( temp, sizeof(temp), "%s=%s", ename, value);
351 putenv(temp);
/system/core/libpixelflinger/
H A Dfixed.cpp114 GGLfixed temp = bit + (r<<1); local
115 if (bshift >= 8) temp <<= (bshift-8);
116 else temp >>= (8-bshift);
117 if (a >= temp) {
119 a -= temp;
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dwpa_core.c551 S8 temp[20]; local
552 os_sprintf(temp, (PS8)"%02x", bssid[0]);
553 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[1]);
554 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[2]);
555 os_sprintf(temp, (PS8)"%s:%02x", temp, bssid[3]);
556 os_sprintf(temp, (PS8)"%s:%02x", temp, bssi
[all...]
/system/core/sh/
H A Doutput.c291 char temp[TEMPSIZE];
407 p = temp + TEMPSIZE - 1;
413 len = (temp + TEMPSIZE - 1) - p;
H A Dexpand.c1520 char temp[32]; local
1522 char *p = temp + 31;
1524 temp[31] = '\0';
/system/extras/showslab/
H A Dshowslab.c163 struct slab_info *temp = list->next; local
165 list = temp;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
H A Dutils.c1799 UINT8 temp , factor; local
1803 temp = theNumber;
1806 temp >>= NIBBLE_SIZE_IN_BITS;
1808 temp &= NIBBLE_MASK;
1810 if (temp < 10)
1818 theString[nibbleIndex] = temp + factor;
/system/core/libacc/
H A Dacc.cpp3714 char* temp; local
3715 int numChars = vasprintf(&temp, fmt, ap);
3716 memcpy(ensure(numChars), temp, numChars+1); local
3717 free(temp);
5170 String temp; local
5171 decodeToken(temp, id, false);
5172 buffer.append(temp);
5247 String temp; local
5248 temp.printf("Unknown tag %d", pType->tag);
5249 buffer.append(temp);
5266 String temp; local
5612 String temp; local
5715 String temp; local
5815 String temp; local
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
H A DosRgstry.c1027 UCHAR temp[MAX_SUPPORTED_RATES], i; local
1295 temp, "\x1\x2\x5\xB",
1298 RateNumberToHost(temp[i]);
1300 NdisZeroMemory(temp, sizeof(temp));
1318 temp, "\x1\x2\x5\xB\x16",
1321 RateNumberToHost(temp[i]);
1323 NdisZeroMemory(temp, sizeof(temp));
1340 temp, "\x
[all...]
H A DosUtil.c3321 int i, start = 0, end = 0, temp = 0; local
3336 start = end = temp = 4;
3338 temp = end;
3347 start = end = temp;
3349 temp = end;
3357 start = end = temp;
3359 temp = end;
3368 start = end = temp;
3370 temp = end;
3378 start = end = temp;
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/
H A Dwspi.c916 /* If we are using the temp buffer and its fixedBusyWord is OK */
927 /* In case the data size is 4 bytes copy it directly from the temp buffer */
969 /* If we are using the temp buffer and its fixedBusyWord is OK */
975 /* In case the data size is 4 bytes copy it directly from the temp buffer */
1021 /* In case the data size is 4 bytes copy it directly from the temp buffer */
1057 * UINT32 *pRbuf - The temp read buffer
1327 UINT8 bit, temp; local
1336 temp = CRC6;
1343 CRC0 = temp ^ bit;
1370 * Note(s) : this is a temp functio
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
H A Ddriver_ti.c543 UINT8 temp[TKIP_KEY_LENGTH]; local
583 os_memcpy( &temp, key, AES_KEY_LENGTH );
586 os_memcpy( (UINT8*)(((UINT8*)&temp)+24), (UINT8*)(((UINT8*)key)+16), 8 );
587 os_memcpy( (UINT8*)(((UINT8*)&temp)+16), (UINT8*)(((UINT8*)key)+24), 8 );
589 os_memcpy( &myKey.KeyMaterial, &temp, key_len );
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
H A DCmdInterpretWext.c1116 TI_UINT8 temp[32]; local
1161 os_memoryCopy(pCmdInterpret->hOs,(TI_UINT8*)(((TI_UINT8*)&temp)+24),(TI_UINT8*)(((TI_UINT8*)&ext->key)+16),8);
1162 os_memoryCopy(pCmdInterpret->hOs,(TI_UINT8*)(((TI_UINT8*)&temp)+16),(TI_UINT8*)(((TI_UINT8*)&ext->key)+24),8);
1163 os_memoryCopy(pCmdInterpret->hOs,&temp,&ext->key,16);
1164 os_memoryCopy(pCmdInterpret->hOs, &pParam->content.rsnOsKey.KeyMaterial, &temp, ext->key_len);
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DqosMngr.c1544 TI_UINT8 temp; local
1557 status = getWMEInfoElement(pQosMngr,pQosIe,&temp);
1562 *pLen = temp;

Completed in 988 milliseconds

12