Searched refs:number (Results 1 - 15 of 15) sorted by relevance

/system/core/sh/
H A Dmystring.h41 int number(const char *);
H A Dmystring.c50 * number(s) Convert a string of digits to an integer.
111 number(const char *s) function
115 error("Illegal number: %s", s);
122 * Check for a valid number. This should be elsewhere.
H A Dtrap.c98 * return the signal number described by `p' (as a number or a name)
108 return number(p);
187 signo = number(*ap);
H A Dmain.c391 exitstatus = number(argv[1]);
H A Doptions.c322 n = number(argv[1]);
364 if (number(value) == 1) {
H A Doutput.c380 goto number;
395 uns_number: /* an unsigned number */
406 number: /* process a number */
H A Deval.c93 STATIC int skipcount; /* number of levels to skip */
1139 * the number of loops to break/continue, or the number of function
1148 int n = argc > 1 ? number(argv[1]) : 1;
1167 int ret = argc > 1 ? number(argv[1]) : exitstatus;
H A Djobs.c649 /* XXX: limits number of signals */
706 jobno = number(name + 1) - 1;
749 pid = number(name);
/system/wlan/ti/wilink_6_1/utils/
H A Dmem.c149 void* mem_Calloc (TI_HANDLE hMem, TI_UINT32 number, TI_UINT32 size) argument
155 total = number * size;
158 os_printf ("os_memoryCAlloc(%u, %u) : %u\n", number, size, total);
/system/core/fastboot/
H A Dusb_osx.c162 // Get the number of endpoints associated with this interface.
166 ERR("Unable to get number of endpoints: (%08x)\n", kr);
188 UInt8 number; local
193 &number, &transferType, &maxPacketSize, &interval);
351 // device has no serial number
/system/core/libcutils/
H A Dtztime.c68 : /* if time_t is a floating point number */
158 int r_day; /* day number of rule */
159 int r_week; /* week number of rule */
160 int r_mon; /* month number of rule */
187 static int increment_overflow P((int * number, int delta));
189 static int long_increment_overflow P((long * number, int delta));
670 ** Given a pointer into a time zone string, extract a number from that string.
671 ** Check that the number is within a specified range; if it is not, return
673 ** Otherwise, return a pointer to the first character not part of the number.
702 ** Given a pointer into a time zone string, extract a number o
[all...]
/system/core/adb/
H A Dusb_osx.c312 //* Get the number of endpoints associated with this interface
315 DBG("ERR: Unable to get number of endpoints: (%08x)\n", kr);
341 UInt8 number; local
345 &number, &transferType, &maxPacketSize, &interval);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
H A Dutils.h219 void TiWlanIntToStr(UINT8 number , char *string, UINT8 radix);
/system/core/init/
H A Dinit.c493 int number; member in struct:__anon68
528 mtd_part_map[mtd_part_count].number = mtdnum;
555 return mtd_part_map[n].number;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_infoele.h217 uint16 numStations; /* specifies the number of STAs to be supported. */
221 uint8 rxMemblockNumber; /* specifies the number of memory buffers that */
223 /* actual number allocated may be less than*/
224 /* this number if there are not enough memory */
226 /* Tx Blocks. Returns the actual number of RX */
229 uint8 numTxQueues; /* specifies the number of descriptor queues */
237 uint8 txMinimumMemblockNumber; /* specifies the minimum number of blocks that */
242 uint8 numSsidProfiles; /* specifies the number of SSID profiles used */
246 uint16 debugBufferSize; /* This field specifies the number of words */
379 #define AIFS_PIFS 1 /* slot number settin
2025 uint8 number; member in struct:__anon867
2044 uint8 number; member in struct:__anon868
[all...]

Completed in 458 milliseconds