Searched refs:num (Results 51 - 75 of 195) sorted by relevance

12345678

/haiku/headers/private/kernel/
H A Delf_priv.h72 #define SYMBOL(image, num) (&(image)->syms[num])
H A Ddebug_heap.h22 void* debug_calloc(size_t num, size_t size);
/haiku/src/system/libnetwork/netresolv/dst/
H A Dmd5_dgst.c93 c->num=0;
115 if (c->num != 0)
118 sw=c->num>>2;
119 sc=c->num&0x03;
121 if ((c->num+len) >= (size_t)MD5_CBLOCK)
131 len-=(MD5_CBLOCK-c->num);
134 c->num=0;
141 c->num+=(int)len;
150 ew=(c->num>>2);
151 ec=(c->num
[all...]
H A Dmd5.h86 int num; member in struct:MD5state_st
/haiku/src/libs/glut/
H A DglutGet.cpp63 return gState.currentWindow->parent->num + 1;
69 int num = 0; local
72 num++;
75 return num;
113 return gState.currentMenu->num;
/haiku/src/preferences/keymap/
H A DKeyboardLayout.cpp231 // following are allowed: "led-num", "led-caps", and "led-scroll".
247 "$g:led-num; $g:led-caps; $g:led-scroll ]\n"
271 "$g:led-num; $g:led-caps; $g:led-scroll ]\n"
464 int32 num = strtoul(data + 1, NULL, 0); local
465 if (num < 1)
466 num = 1;
467 else if (num > 32) {
473 rowLeftTop.x = key.frame.left + key.frame.Width() * num;
484 } else if (!strcmp("led-num", data)) {
491 // TODO: get modifier (ie. "num")
512 int32 num = 1; local
594 int num = sscanf(data, "%g,%g,%g", &x, &y, &secondRow); local
[all...]
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp36 int32 num = *_num; local
39 for (i = 0; i < num; i++) {
49 if (num < NUM_PREVIOUS_LOCATIONS)
50 *_num = num + 1;
124 int32 i, num = 0, last = 0; local
230 if (already_visited(previousLocations, &last, &num, framePointer)) {
279 int32 i, num = 0, last = 0; local
/haiku/src/apps/poorman/
H A DPoorManWindow.h48 void SetHits(uint32 num);
128 void SetMaxConnections(int16 num) argument
130 fMaxConnections = num;
/haiku/src/tools/cppunit/
H A DThreadedTestCase.cpp48 char num[32]; local
49 sprintf(num, "%" B_PRId32 "", info->subTestNum++);
50 string str = string("[") + info->name + fProgressSeparator + num
H A DTestUtils.cpp196 char num[32]; local
197 sprintf(num, "%d", i);
198 return string(num);
/haiku/src/bin/
H A Dchop.c96 char *num = *++argv; local
98 if (!isdigit(*num))
101 int b = atoi(num);
H A Dhd.c63 char *num = *++argv; local
65 if (!isdigit(*num))
68 int b = atoi(num);
/haiku/src/system/boot/platform/bios_ia32/
H A Dbios.h46 void call_bios(uint8 num, struct bios_regs* regs);
/haiku/src/tests/add-ons/kernel/file_systems/bfs/queries/
H A Dtest.cpp53 createFile(int32 num) argument
56 sprintf(name,"./_query_test_%ld",num);
63 getEntry(int32 num) argument
66 sprintf(name,"./_query_test_%ld",num);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_timer.c33 #define AR_GEN_TIMERS2_CFG(num) \
34 AR_GEN_TIMERS2_ ## num ## _NEXT, \
35 AR_GEN_TIMERS2_ ## num ## _PERIOD, \
37 (1 << num)
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNodeAttribute.h31 status_t _FillMapEntry(xfs_extnum_t num);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DRecognition.cpp257 int num; local
258 for (num = 0; num < uniquePartitions; num++) {
259 if (partitionDescriptors[num].partition_number()
262 if (partitionDescriptors[num].vds_number()
264 partitionDescriptors[num] = *partition;
268 partitionDescriptors[num].partition_number(),
269 partitionDescriptors[num].vds_number(),
279 if (num < kMaxPartitionDescriptor
[all...]
/haiku/src/apps/devices/
H A DResourceUsageWindow.cpp277 int32 num = count_resource_descriptors_of_type(current, local
280 for (int32 k=0;k<num;k++) {
309 int32 num = count_resource_descriptors_of_type(current, local
312 for (int32 k=0;k<num;k++) {
336 int32 num = count_resource_descriptors_of_type(current, local
339 for (int32 k=0;k<num;k++) {
357 int32 num = count_resource_descriptors_of_type(current, local
360 for (int32 k=0;k<num;k++) {
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp285 int num = start - end; local
286 for (uint32 i = start; i < ItemCount() + num; ++i)
413 int num, int length)
422 status = node->MoveEntries(start, start + num - 1, length);
428 node->SetItemCount(node->ItemCount() - num);
430 node->SetItemCount(node->ItemCount() + num);
447 status = fNodes[level]->Copy(node, start, start + num - 1, length);
454 fNodes[level]->SetItemCount(node->ItemCount() - num);
456 fNodes[level]->SetItemCount(node->ItemCount() + num);
458 fNodes[level]->SetItemCount(num);
412 CopyOnWrite(Transaction& transaction, int level, uint32 start, int num, int length) argument
668 MakeEntries(Transaction& transaction, Path* path, const btrfs_key& startKey, int num, int length) argument
697 InsertEntries(Transaction& transaction, Path* path, btrfs_entry* entries, void** data, int num) argument
728 RemoveEntries(Transaction& transaction, Path* path, const btrfs_key& startKey, void** _data, int num) argument
[all...]
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp35 int32 num = *_num; local
38 for (i = 0; i < num; i++) {
48 if (num < NUM_PREVIOUS_LOCATIONS)
49 *_num = num + 1;
123 int32 i, num = 0, last = 0; local
237 if (already_visited(previousLocations, &last, &num, framePointer)) {
/haiku/src/bin/unzip/
H A Dtimezone.c275 register int num; local
279 num = 0;
281 num = num * 10 + (c - '0');
282 if (num > max)
286 if (num < min)
288 *nump = num;
296 int num; local
304 strp = getnum(strp, &num, 0, HOURSPERDAY * DAYSPERWEEK - 1);
307 *secsp = num * (lon
[all...]
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c82 int num; local
84 for (num = 0; num < 32; num++) {
85 if (!(sDeviceNumbers & (1 << num))) {
86 sDeviceNumbers |= (1 << num);
87 return num;
96 put_number(int num) argument
98 sDeviceNumbers &= ~(1 << num);
112 int num; local
[all...]
/haiku/src/libs/print/libprint/
H A DPageSetupDlg.cpp178 int num; local
179 for (num = 0; num <= 255; num++) {
180 fScaling->TextView()->DisallowChar(num);
182 for (num = 0; num <= 9; num++) {
183 fScaling->TextView()->AllowChar('0' + num);
/haiku/src/tests/system/libroot/os/
H A DDriverSettingsTest.cpp163 check_settings_string(uint32 num) argument
165 const char *string = kSettings[num];
167 printf("\n--------- settings %ld -----------\n", num);
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dattr.cpp97 struct dirent *entry, size_t bufsize, uint32 *num)
105 *num = 0;
110 *num = 1;
96 dosfs_read_attrdir(fs_volume *_vol, fs_vnode *_node, void *_cookie, struct dirent *entry, size_t bufsize, uint32 *num) argument

Completed in 162 milliseconds

12345678