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

/haiku/src/add-ons/translators/avif/
H A DConfigView.cpp208 } maps[] = { local
222 for (i = 0; maps[i].name != NULL; i++) {
223 if (maps[i].what == message->what)
227 if (maps[i].name == NULL) {
235 switch(maps[i].type) {
239 fSettings->SetGetBool(maps[i].name, &boolValue);
240 if (maps[i].what == kMsgLossless)
245 fSettings->SetGetInt32(maps[i].name, &value);
/haiku/src/add-ons/translators/webp/
H A DConfigView.cpp184 } maps[] = { local
193 for (i = 0; maps[i].name != NULL; i++) {
194 if (maps[i].what == message->what)
198 if (maps[i].name == NULL) {
206 switch(maps[i].type) {
210 fSettings->SetGetBool(maps[i].name, &boolValue);
214 fSettings->SetGetInt32(maps[i].name, &value);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.cpp748 const uint8 *maps = partition_maps(); local
752 uint8 type = maps[offset];
753 uint8 length = maps[offset+1];
759 PRINT((" data[%d]: %d\n", j, maps[offset+2+j]));
762 PRINT((" partition_number: %d\n", *reinterpret_cast<const uint16*>(&(maps[offset+38]))));
764 const entity_id *id = reinterpret_cast<const entity_id*>(&(maps[offset+4]));
770 offset += maps[offset+1];
791 // 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/src/bin/keymap/
H A DKeymap.cpp342 int32* maps[] = { local
431 maps[i - 2][keyCode] = offset;
661 // maps

Completed in 50 milliseconds