/system/core/libacc/tests/data/ |
D | otcc-ansi.c | 32 int e, j, m; in ad() local 101 while (j = *(char*) e++) { in ad() 106 if (j == d & (m == h | m == 64)) { in ad() 150 int S(int j, int e) { in S() argument 152 return s(132 + j, e); in S() 163 void N(int j, int e) { in N() argument 164 ae(j + 131); in N() 168 void T (int j) { in T() argument 235 if( d == 61&j) { in T() 254 j=0; in T() [all …]
|
D | otcc-noinclude.c | 16 #define y (j) 43 F e,j,m; 113 p j=x e++){ 117 a j b d&(m b h|m b 64)){ 155 S(j,n{ 157 J s(132+j,n; 166 N(j,n{ 167 l j+131); 237 a d b 61&j){ 256 j=0; [all …]
|
D | otcc.c | 16 #define y (j) 43 F e,j,m; 113 p j=x e++){ 117 a j b d&(m b h|m b 64)){ 155 S(j,n{ 157 J s(132+j,n; 166 N(j,n{ 167 l j+131); 237 a d b 61&j){ 256 j=0; [all …]
|
D | flops.c | 121 void testpassi(int a, int b, int c, int d, int e, int f, int g, int h, int i, int j, int k, int l) { in testpassi() argument 122 printf("testpassi: %d %d %d %d %d %d %d %d %d %d %d %d\n", a, b, c, d, e, f, g, h, i, j, k, l); in testpassi() 125 …loat b, float c, float d, float e, float f, float g, float h, float i, float j, float k, float l) { in testpassf() argument 126 printf("testpassf: %g %g %g %g %g %g %g %g %g %g %g %g\n", a, b, c, d, e, f, g, h, i, j, k, l); in testpassf() 129 …ouble c, double d, double e, double f, double g, double h, double i, double j, double k, double l)… in testpassd() argument 130 printf("testpassd: %g %g %g %g %g %g %g %g %g %g %g %g\n", a, b, c, d, e, f, g, h, i, j, k, l); in testpassd()
|
/system/core/toolbox/ |
D | schedtop.c | 172 size_t i, j; in print_threads() local 178 for (j = 0; j < threads.active; j++) in print_threads() 179 if (tid == threads.data[j].tid) in print_threads() 181 if (j == threads.active) in print_threads() 183 … else if (!(flags & FLAG_HIDE_IDLE) || threads.data[j].run_count - last_threads.data[i].run_count) in print_threads() 185 NS_TO_S_D(threads.data[j].exec_time - last_threads.data[i].exec_time), in print_threads() 186 NS_TO_S_D(threads.data[j].delay_time - last_threads.data[i].delay_time), in print_threads() 187 threads.data[j].run_count - last_threads.data[i].run_count, in print_threads() 188 NS_TO_S_D(threads.data[j].exec_time), NS_TO_S_D(threads.data[j].delay_time), in print_threads() 189 threads.data[j].run_count, threads.data[j].name); in print_threads() [all …]
|
D | getevent.c | 32 int i, j, k; in print_possible_events() local 92 for(j = 0; j < res; j++) { in print_possible_events() 94 if(bits[j] & 1 << k) { in print_possible_events() 96 if(j < res2 && (bits[j + bits_size] & 1 << k)) in print_possible_events() 104 printf(" %04x%c", j * 8 + k, down); in print_possible_events() 107 if(ioctl(fd, EVIOCGABS(j * 8 + k), &abs) == 0) { in print_possible_events()
|
/system/wlan/ti/wilink_6_1/platforms/os/common/src/ |
D | tracebuf.c | 150 int j, pos; in tb_dump() local 162 …for (j=0; (unsigned int)j < tb_min((unsigned int)TB_NUM_ENTRIES,(unsigned int)tb_control->count); … in tb_dump() 164 WLAN_OS_REPORT(("%4i %08x %08x %08x %08x\n", j, in tb_dump() 193 int j, pos; in tb_printf() local 207 …for (j=0; (unsigned int)j < tb_min((unsigned int)TB_NUM_ENTRIES,(unsigned int)tb_control->count); … in tb_printf() 209 WLAN_OS_REPORT(("%4i id=0x%8x %s \n", j, in tb_printf() 228 int j,k, Size, nAllocs=0, nFrees=0; in tb_scan() local 231 for (j=0; j < TB_NUM_ENTRIES; j++) in tb_scan() 233 Size = (int)tb_control->entry[j].p2; in tb_scan() 238 address = tb_control->entry[j].p1; in tb_scan() [all …]
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/ |
D | Clsfr.c | 103 int i,j,actualEntryCount; in Classifier_config() local 139 for (j=0;j<i;j++) in Classifier_config() 142 …if (pClsfr->clsfrParameters.ClsfrTable[j].Dscp.CodePoint == ClsfrInitParams->ClsfrTable[i].Dscp.Co… in Classifier_config() 163 for (j=0;j<i;j++) in Classifier_config() 166 …if (pClsfr->clsfrParameters.ClsfrTable[j].Dscp.DstPortNum == ClsfrInitParams->ClsfrTable[i].Dscp.D… in Classifier_config() 187 for (j=0;j<i;j++) in Classifier_config() 190 …if ((pClsfr->clsfrParameters.ClsfrTable[j].Dscp.DstIPPort.DstIPAddress == ClsfrInitParams->ClsfrTa… in Classifier_config() 191 …(pClsfr->clsfrParameters.ClsfrTable[j].Dscp.DstIPPort.DstPortNum == ClsfrInitParams->ClsfrTable[i]… in Classifier_config() 529 int i,j; in Classifier_InsertClsfrEntry() local 575 for (j=0;j<pClsfr->clsfrParameters.NumOfActiveEntries;j++) in Classifier_InsertClsfrEntry() [all …]
|
/system/wlan/ti/wilink_6_1/stad/src/Data_link/ |
D | TxDataClsfr.c | 70 TI_UINT32 i, j; in txDataClsfr_Config() local 95 for (j = 0; j < i; j++) in txDataClsfr_Config() 98 … if (pParams->ClsfrTable[j].Dscp.CodePoint == pClsfrInitParams->ClsfrTable[i].Dscp.CodePoint) in txDataClsfr_Config() 120 for (j = 0; j < i; j++) in txDataClsfr_Config() 123 … if (pParams->ClsfrTable[j].Dscp.DstPortNum == pClsfrInitParams->ClsfrTable[i].Dscp.DstPortNum) in txDataClsfr_Config() 145 for (j = 0; j < i; j++) in txDataClsfr_Config() 148 …if ((pParams->ClsfrTable[j].Dscp.DstIPPort.DstIPAddress == pClsfrInitParams->ClsfrTable[i].Dscp.Ds… in txDataClsfr_Config() 149 …(pParams->ClsfrTable[j].Dscp.DstIPPort.DstPortNum == pClsfrInitParams->ClsfrTable[i].Dscp.DstIPPor… in txDataClsfr_Config() 517 TI_UINT32 i, j; in txDataClsfr_RemoveClsfrEntry() local 563 for (j = i; j < pClsfrParams->uNumActiveEntries - 1; j++) in txDataClsfr_RemoveClsfrEntry() [all …]
|
/system/extras/tests/framebuffer/ |
D | fb_test.c | 193 int i, j; in draw_grid() local 197 for (j = 0; j < h/2; j++) { in draw_grid() 199 loc[i + j*(stride)] = red; in draw_grid() 201 loc[i + j*(stride)] = green; in draw_grid() 203 for (; j < h; j++) { in draw_grid() 205 loc[i + j*(stride)] = blue; in draw_grid() 207 loc[i + j*(stride)] = 0xffff; in draw_grid() 214 int i,j; in clear_screen() local 217 for (j = 0; j < h; j++) in clear_screen() 219 loc[i + j*(stride)] = 0x0000; in clear_screen()
|
/system/extras/librank/ |
D | librank.c | 185 int i, j, error; in main() local 245 for (j = 0; j < num_maps; j++) { in main() 246 if (prefix && (strncmp(pm_map_name(maps[j]), prefix, prefix_len))) in main() 249 li = get_library(pm_map_name(maps[j])); in main() 255 error = pm_map_usage(maps[j], &map_usage); in main() 259 pm_map_name(maps[j]), proc->pid); in main() 280 for (j = 0; j < li->mappings_count; j++) { in main() 281 mi = li->mappings[j]; in main()
|
/system/core/libsysutils/src/ |
D | FrameworkListener.cpp | 139 int j; in dispatchCommand() 140 for (j = 0; j < argc; j++) in dispatchCommand() 141 free(argv[j]); in dispatchCommand()
|
/system/wlan/ti/wilink_6_1/Test/ |
D | roamingMgrDebug.c | 145 int i=0,j =0; in roamingMgrDebugFunction() local 152 for ( j = 0; j < 6; j++ ) in roamingMgrDebugFunction() 154 channels.channelEntry[i].normalChannelEntry.bssId[j] = 0xff; in roamingMgrDebugFunction() 203 int i=0,j =0; in roamingMgrDebugFunction() local 209 for ( j = 0; j < 6; j++ ) in roamingMgrDebugFunction() 211 channels.channelEntry[i].normalChannelEntry.bssId[j] = 0xff; in roamingMgrDebugFunction()
|
D | MibDbg.c | 89 TI_INT32 i,j; in mibDbgGetGroupAddressTable() local 97 for ( j = 0 ; j < MAC_ADDR_LEN ; j++ ) in mibDbgGetGroupAddressTable() 99 mib.aData.GroupAddressTable.aGroupTable[i][j] = 0; in mibDbgGetGroupAddressTable()
|
/system/extras/procmem/ |
D | procmem.c | 73 int i, j; in main() local 191 for (j = 0; j < num_pages; j++) { in main() 192 address = pm_map_start(mi->map) + j * ker->pagesize; in main() 193 mapentry = pagemap[j]; in main()
|
/system/extras/tests/memtest/ |
D | memtest.cpp | 303 for (int j=0 ; j<2 ; j++) { in memset_test() local 304 if (j==0) preload(dst, DCACHE_SIZE*4); // flush D in memset_test() 475 for (int j=0 ; j<32 ; j++) { in memcmp_test() local 484 if (j) { in memcmp_test() 485 src[1024 + j] ^= 0xFF; in memcmp_test() 552 for (int j=0 ; j<2 ; j++) { in strlen_test() local 554 if (j==0) preload(str, DCACHE_SIZE*4); // flush D in strlen_test()
|
/system/core/libcutils/ |
D | tztime.c | 553 register int j; local 555 for (j = 0; j + i < sp->timecnt; ++j) { 556 sp->ats[j] = sp->ats[j + i]; 557 sp->types[j] = sp->types[j + i]; 559 sp->timecnt = j; 1059 register int j; local 1068 j = sp->types[i]; 1069 if (!sp->ttis[j].tt_isdst) { 1071 -sp->ttis[j].tt_gmtoff; 1077 j = sp->types[i]; [all …]
|
/system/core/sh/ |
D | options.c | 200 int j; in set_opt_val() local 205 for (j = 0; j < NOPTS; j++) in set_opt_val() 206 if (optlist[j].opt_set == flag) in set_opt_val() 207 optlist[j].val = 0; in set_opt_val()
|
/system/extras/procrank/ |
D | procrank.c | 62 int i, j; in main() local 126 j = 0; in main() 129 procs[j++] = procs[i]; in main() 131 num_procs = j; in main()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/ |
D | memMngrEx.c | 1243 UINT32 j,i=0; in memMngrFullPrint() local 1249 for(j = 0 ;j < pMemMngr->currentNumberOfPools; j++) in memMngrFullPrint() 1251 j, pMemMngr->buffersPool[j].buffersSize, pMemMngr->buffersPool[j].numFreeDataBuf)); in memMngrFullPrint() 1276 for(j = 0 ;j < pMemMngr->currentNumberOfPools; j++) { in memMngrFullPrint() 1278 tmpDataBuf = pMemMngr->buffersPool[j].firstFreeDataBuf; in memMngrFullPrint() 1279 …WLAN_OS_REPORT(("\npoolIndex=%d firstFreeDataBuf=%X\n",j,pMemMngr->buffersPool[j].firstFreeDataBu… in memMngrFullPrint() 1298 for(j = 0 ;j < pMemMngr->currentNumberOfPools; j++) in memMngrPrint() 1299 WLAN_OS_REPORT(("Pool Num %d buffer length %d numFreeDataBuf %d \n", j, in memMngrPrint() 1300 pMemMngr->buffersPool[j].buffersSize, pMemMngr->buffersPool[j].numFreeDataBuf)); in memMngrPrint()
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 635 for (int j=0 ; j<4 ; j++) { in scanline() local 636 texel.s[j] = texels[0].s[j]; in scanline() 637 if (!texel.s[j]) continue; in scanline() 638 texel.s[j] += 8; in scanline() 639 texel.c[j] = texels[0].c[j]*mm[0] + in scanline() 640 texels[1].c[j]*mm[1] + in scanline() 641 texels[2].c[j]*mm[2] + in scanline() 642 texels[3].c[j]*mm[3] ; in scanline() 647 for (int j=0 ; j<4 ; j++) { in scanline() local 648 uint32_t& Cf = fragment.c[j]; in scanline() [all …]
|
/system/wlan/ti/wilink_6_1/utils/ |
D | report.c | 513 TI_UINT32 j; in report_PrintDump() local 525 for(j=0; j < datalen;) in report_PrintDump() 528 dbuf[dbuflen] = hexdigits[(pData[j] >> 4)&0x0f]; in report_PrintDump() 529 dbuf[dbuflen+1] = hexdigits[pData[j] & 0x0f]; in report_PrintDump() 533 j++; in report_PrintDump() 534 if((j % 16) == 0) in report_PrintDump() 537 WLAN_OS_REPORT(("%04.4x %s\n", j-16, dbuf)); in report_PrintDump() 543 WLAN_OS_REPORT(("%04.4x %s\n", j & 0xfff0, dbuf)); in report_PrintDump()
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
D | ScanCncnOsSm.c | 420 TI_UINT32 i, j, uAllowedChannelsCount, uValidChannelsCnt = 0; in scanCncnOsSm_FillAllAvailableChannels() local 475 for (j = 0; j < 6; j++) in scanCncnOsSm_FillAllAvailableChannels() 477 pChannelArray[ uValidChannelsCnt ].normalChannelEntry.bssId[ j ] = 0xff; in scanCncnOsSm_FillAllAvailableChannels()
|
/system/core/libacc/tests/ |
D | runtimeTest.cpp | 41 float i, float j, float k, float l) { in op_float12() argument 43 a, b, c, d, e, f, g, h, i, j, k, l); in op_float12()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ |
D | ScanCncnOidSM.c | 415 int i, j, allowedChannelsCount, validChannelsCnt = 0; in scanConcentratorOidSM_FillAllAvailableChannels() local 469 for ( j = 0; j < 6; j++ ) in scanConcentratorOidSM_FillAllAvailableChannels() 471 channelArray[ validChannelsCnt ].normalChannelEntry.bssId.addr[ j ] = 0xff; in scanConcentratorOidSM_FillAllAvailableChannels()
|