Home
last modified time | relevance | path

Searched refs:word (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.3/build/demos/gxdemo/src/DisplayList/
DDL-tex.c238 #define B3(word) (u8)(((word) >> 24) & 0xff) argument
239 #define B2(word) (u8)(((word) >> 16) & 0xff) argument
240 #define B1(word) (u8)(((word) >> 8) & 0xff) argument
241 #define B0(word) (u8)(((word) >> 0) & 0xff) argument
245 #define WTB(word) B3(word), B2(word), B1(word), B0(word) argument
/RvlSDK-3.3/RVL/boot/
Dmakefile48 FIRMWARE_TITLEVERSION_MAJOR := $(word 1,$(FIRMWARE_TITLEVERSION_X))
49 FIRMWARE_TITLEVERSION_MINOR := $(word 2,$(FIRMWARE_TITLEVERSION_X))
50 FIRMWARE_TITLEVERSION_MICRO := $(word 3,$(FIRMWARE_TITLEVERSION_X))
/RvlSDK-3.3/build/buildtools/
Dmodulerules339 DVD_ROOT = $(shell cygpath -m $(word 2, $(shell getndenv)))
341 DVD_ROOT = $(shell echo $(word 2, $(shell getndenv)))
/RvlSDK-3.3/vcmv/
DReadme_en.txt260 * The language of the sample manual of Korea was updated to the Hangul word. (Only 4:3 version)