Searched refs:maps (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/add-ons/translators/webp/
H A DConfigView.cpp169 } maps[] = { local
178 for (i = 0; maps[i].name != NULL; i++) {
179 if (maps[i].what == message->what)
183 if (maps[i].name == NULL) {
191 switch(maps[i].type) {
195 fSettings->SetGetBool(maps[i].name, &boolValue);
199 fSettings->SetGetInt32(maps[i].name, &value);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DVolume.cpp104 uint8 *maps = logicalVolumeDescriptor.partition_maps();
106 reinterpret_cast<partition_map_header*>(maps+offset);
H A DUdfStructures.cpp725 const uint8 *maps = partition_maps(); local
729 uint8 type = maps[offset];
730 uint8 length = maps[offset+1];
736 PRINT((" data[%d]: %d\n", j, maps[offset+2+j]));
739 PRINT((" partition_number: %d\n", *reinterpret_cast<const uint16*>(&(maps[offset+38]))));
741 const entity_id *id = reinterpret_cast<const entity_id*>(&(maps[offset+4]));
747 offset += maps[offset+1];
768 // copy the partition maps one by one
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.cpp744 const uint8 *maps = partition_maps(); local
748 uint8 type = maps[offset];
749 uint8 length = maps[offset+1];
755 PRINT((" data[%d]: %d\n", j, maps[offset+2+j]));
758 PRINT((" partition_number: %d\n", *reinterpret_cast<const uint16*>(&(maps[offset+38]))));
760 const entity_id *id = reinterpret_cast<const entity_id*>(&(maps[offset+4]));
766 offset += maps[offset+1];
787 // copy the partition maps one by one
H A DVolume.cpp113 uint8 *maps = logicalVolumeDescriptor.partition_maps(); local
114 partition_map_header *header = (partition_map_header *)(maps + offset);
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dcolor-conversions.c1163 const unsigned short *maps[4]; \
1168 maps[i] = stp_curve_cache_get_ushort_data(&(lut->channel_curves[i])); \
1182 out[outpos] = maps[outpos][user[inval]]; \
1208 const unsigned short *maps[4]; \
1213 maps[i] = stp_curve_cache_get_ushort_data(&(lut->channel_curves[i])); \
1226 out[j] = maps[j][user[inval]]; \
1856 const unsigned short *maps[STP_CHANNEL_LIMIT]; \
1862 maps[i] = stp_curve_cache_get_ushort_data(&(lut->channel_curves[i])); \
1875 out[j] = maps[j][user[inval]]; \
/haiku-fatelf/src/bin/keymap/
H A DKeymap.cpp342 int32* maps[] = { local
431 maps[i - 2][keyCode] = offset;
661 // maps
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex178 Flor-i-da Ghost-script Ghost-view Mac-OS ap-pen-dix bit-map bit-maps
5516 % It maps \foo\ => \csname macarg.foo\endcsname => #N
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex182 ap-pen-dix bit-map bit-maps
6017 % It maps \foo\ => \csname macarg.foo\endcsname => #N
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex5290 % It maps \foo\ => \csname macarg.foo\endcsname => #N
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex4941 % It maps \foo\ => \csname macarg.foo\endcsname => #N

Completed in 149 milliseconds