Searched refs:nopic (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/apps/ |
D | vms_decc_init.c | 150 # pragma extern_model strict_refdef "LIB$INITIALIZ" PSECT_ALIGN, nopic, nowrt 153 # pragma extern_model strict_refdef "LIB$INITIALIZE" PSECT_ALIGN, nopic, nowrt
|
/third_party/node/deps/openssl/openssl/apps/ |
D | vms_decc_init.c | 150 # pragma extern_model strict_refdef "LIB$INITIALIZ" PSECT_ALIGN, nopic, nowrt 153 # pragma extern_model strict_refdef "LIB$INITIALIZE" PSECT_ALIGN, nopic, nowrt
|
/third_party/curl/src/ |
D | tool_vms.c | 203 #pragma extern_model strict_refdef "LIB$INITIALIZ" 2, nopic, nowrt 205 #pragma extern_model strict_refdef "LIB$INITIALIZE" 2, nopic, nowrt
|
/third_party/curl/packages/vms/ |
D | curl_crtl_init.c | 299 #pragma extern_model strict_refdef "LIB$INITIALIZE" nowrt, long, nopic
|
/third_party/python/Doc/library/ |
D | turtle.rst | 1613 :param picname: a string, name of a gif-file or ``"nopic"``, or ``None`` 1617 ``"nopic"``, delete background image, if present. If *picname* is ``None``, 1621 'nopic'
|
/third_party/ffmpeg/libavformat/ |
D | utils.c | 5220 int nopic = 0; local 5228 case 'V': type = AVMEDIA_TYPE_VIDEO; nopic = 1; break; 5244 if (nopic && (st->disposition & AV_DISPOSITION_ATTACHED_PIC))
|