/system/core/libpixelflinger/codeflinger/ |
D | blending.cpp | 32 component_t& temp, // incomming fragment / output in build_fog() argument 40 integer_t fragment(temp.reg, temp.h, temp.flags); in build_fog() 41 if (!(temp.flags & CORRUPTIBLE)) { in build_fog() 42 temp.reg = regs.obtain(); in build_fog() 43 temp.flags |= CORRUPTIBLE; in build_fog() 59 build_blendFOneMinusF(temp, factor, fragment, fogColor); in build_fog() 64 component_t& temp, // incomming fragment / output in build_blending() argument 77 if (!temp.size()) { in build_blending() 81 temp = component_t(regs.obtain(), CORRUPTIBLE); in build_blending() 127 if (fb.size() < temp.size()) { in build_blending() [all …]
|
D | texturing.cpp | 910 int temp = scratches.obtain(); in filter32() local 934 UXTB16(AL, temp, pixel, 0); in filter32() 940 MUL(AL, 0, dh, temp, u); in filter32() 941 UXTB16(AL, temp, pixel, 8); in filter32() 942 MUL(AL, 0, dl, temp, u); in filter32() 951 UXTB16(AL, temp, pixellb, 0); in filter32() 956 MLA(AL, 0, dh, temp, u, dh); in filter32() 957 UXTB16(AL, temp, pixellb, 8); in filter32() 958 MLA(AL, 0, dl, temp, u, dl); in filter32() 969 UXTB16(AL, temp, pixel, 0); in filter32() [all …]
|
D | GGLAssembler.h | 413 component_t& temp, 467 void build_fog( component_t& temp, 483 void build_blendFOneMinusF( component_t& temp, 488 void build_blendOneMinusFF( component_t& temp,
|
D | GGLAssembler.cpp | 467 component_t temp(-1); in build_component() local 468 build_incoming_component( temp, dst_component_size, in build_component() 474 build_blending( temp, mDstPixel, component, scratches ); in build_component() 477 downshift(pixel, component, temp, parts.dither); in build_component() 482 component_t& temp, in build_incoming_component() argument 597 temp = fragment; in build_incoming_component() 604 temp = component_t(parts.iterated, component); in build_incoming_component() 610 temp = component_t(parts.texel[i], component); in build_incoming_component()
|
D | MIPSAssembler.cpp | 1290 char temp[100]; in string_detab() local 1291 char *t = temp; in string_detab() 1307 strcpy(os, temp); in string_detab()
|
/system/core/libcutils/ |
D | fs.c | 103 char temp[PATH_MAX]; in fs_write_atomic_int() local 104 if (snprintf(temp, PATH_MAX, "%s.XXXXXX", path) >= PATH_MAX) { in fs_write_atomic_int() 109 int fd = TEMP_FAILURE_RETRY(mkstemp(temp)); in fs_write_atomic_int() 111 ALOGE("Failed to open %s: %s", temp, strerror(errno)); in fs_write_atomic_int() 122 ALOGE("Failed to write %s: %s", temp, strerror(errno)); in fs_write_atomic_int() 126 ALOGE("Failed to close %s: %s", temp, strerror(errno)); in fs_write_atomic_int() 130 if (rename(temp, path) == -1) { in fs_write_atomic_int() 131 ALOGE("Failed to rename %s to %s: %s", temp, path, strerror(errno)); in fs_write_atomic_int() 140 unlink(temp); in fs_write_atomic_int()
|
D | properties.c | 311 char temp[256]; in property_set() local 312 snprintf( temp, sizeof(temp), "%s=%s", ename, value); in property_set() 313 putenv(temp); in property_set()
|
/system/core/adb/ |
D | usb_vendors.c | 214 char temp[PATH_MAX]; in usb_vendors_init() local 215 if (get_adb_usb_ini(temp, sizeof(temp)) == 0) { in usb_vendors_init() 216 FILE * f = fopen(temp, "rt"); in usb_vendors_init() 221 while (fgets(temp, sizeof(temp), f) != NULL) { in usb_vendors_init() 222 if (temp[0] == '#') in usb_vendors_init() 225 long value = strtol(temp, NULL, 0); in usb_vendors_init()
|
D | adb.c | 830 char temp[ MAX_PATH ]; in start_logging() local 834 GetTempPath( sizeof(temp) - 8, temp ); in start_logging() 835 strcat( temp, "adb.log" ); in start_logging() 842 flog = fopen( temp, "at" ); in start_logging() 974 char temp[3]; in launch_server() local 977 ret = ReadFile( pipe_read, temp, 3, &count, NULL ); in launch_server() 983 if (count != 3 || temp[0] != 'O' || temp[1] != 'K' || temp[2] != '\n') { in launch_server() 1018 char temp[3]; in launch_server() 1020 temp[0] = 'A'; temp[1] = 'B'; temp[2] = 'C'; in launch_server() 1023 int ret = adb_read(fd[0], temp, 3); in launch_server() [all …]
|
D | jdwp_service.c | 244 char temp[5]; in jdwp_process_event() local 267 memcpy(temp, proc->in_buff, 4); in jdwp_process_event() 268 temp[4] = 0; in jdwp_process_event() 270 if (sscanf( temp, "%04x", &proc->pid ) != 1) { in jdwp_process_event() 271 D("could not decode JDWP %p PID number: '%s'\n", proc, temp); in jdwp_process_event()
|
/system/core/toolbox/ |
D | getprop.c | 12 char temp[PROP_VALUE_MAX + PROP_NAME_MAX + 16]; in record_prop() local 13 snprintf(temp, sizeof temp, "[%s]: [%s]", key, name); in record_prop() 14 strlist_append_dup(list, temp); in record_prop()
|
/system/core/libnetutils/ |
D | packet.c | 96 uint16_t temp; in send_packet() local 121 temp = htons(IPPROTO_UDP); in send_packet() 122 udpsum = checksum(&temp, sizeof(temp), udpsum); in send_packet() 123 temp = udp.len; in send_packet() 124 udpsum = checksum(&temp, sizeof(temp), udpsum); in send_packet() 167 uint16_t temp; in receive_packet() local 229 temp = packet.udp.check; in receive_packet() 232 packet.udp.check = temp; in receive_packet() 233 if (temp != sum) { in receive_packet() 234 ALOGW("UDP header checksum failure (0x%x should be 0x%x)", sum, temp); in receive_packet()
|
/system/extras/tests/bionic/libc/other/ |
D | test_vfprintf_leak.c | 39 char temp[64]; in main() local 43 snprintf( temp, sizeof(temp), "%g", n*0.647287623 ); in main()
|
/system/media/audio_utils/ |
D | primitives.c | 53 int32_t temp = *src++; in upmix_to_stereo_i16_from_mono_i16() local 54 dst[0] = temp; in upmix_to_stereo_i16_from_mono_i16() 55 dst[1] = temp; in upmix_to_stereo_i16_from_mono_i16()
|
/system/extras/tests/bionic/libc/common/ |
D | test_libgen.c | 12 char temp[256], *input = _input; in test_basename() local 17 strcpy(temp, _input); in test_basename() 18 input = temp; in test_basename() 128 char temp[256], *input = _input; in test_dirname() local 133 strcpy(temp, _input); in test_dirname() 134 input = temp; in test_dirname()
|
/system/core/libpixelflinger/ |
D | fixed.cpp | 115 GGLfixed temp = bit + (r<<1); in gglSqrtx() local 116 if (bshift >= 8) temp <<= (bshift-8); in gglSqrtx() 117 else temp >>= (8-bshift); in gglSqrtx() 118 if (a >= temp) { in gglSqrtx() 120 a -= temp; in gglSqrtx()
|
/system/core/sh/ |
D | output.c | 291 char temp[TEMPSIZE]; in doformat() 407 p = temp + TEMPSIZE - 1; in doformat() 413 len = (temp + TEMPSIZE - 1) - p; in doformat()
|
D | nodetypes | 47 # temp - a field that doesn't have to be copied when the node is copied 123 expfname temp char *expfname # actual file name
|
D | expand.c | 1520 char temp[32]; in cvtnum() local 1522 char *p = temp + 31; in cvtnum() 1524 temp[31] = '\0'; in cvtnum()
|
/system/extras/showslab/ |
D | showslab.c | 163 struct slab_info *temp = list->next; in free_slablist() local 165 list = temp; in free_slablist()
|
/system/extras/tests/sdcard/ |
D | README | 26 Download it from the Gnuplot.py web site. Extract to a temp
|